mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
pkg(french_law/js): udpate package.json infos
This commit is contained in:
parent
16088a74ab
commit
1ffc7a25df
@ -10,6 +10,6 @@
|
|||||||
],
|
],
|
||||||
"suffix": ".bs.js",
|
"suffix": ".bs.js",
|
||||||
"bs-dependencies": [
|
"bs-dependencies": [
|
||||||
"@catala-lang/rescript-catala"
|
"@catala-lang/rescript-catala"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@catala-lang/french-law",
|
"name": "@catala-lang/french-law",
|
||||||
"version": "0.8.3",
|
"version": "0.8.3-b.2",
|
||||||
"description": "Library of computations defined by French legislative texts, extract from Catala programs (https://catala-lang.org)",
|
"description": "Library of computations defined by French legislative texts, extract from Catala programs (https://catala-lang.org)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -8,8 +8,14 @@
|
|||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"platform": "^1.3.6"
|
"platform": "^1.3.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {
|
||||||
|
"@catala-lang/rescript-catala": "^0.8.1-b.0",
|
||||||
|
"rescript": "^10.1.4"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rescript clean",
|
||||||
|
"build": "rescript build -with-deps",
|
||||||
|
"watch": "yarn run build -w",
|
||||||
"test": "node examples.js"
|
"test": "node examples.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
39
french_law/js/yarn.lock
generated
Normal file
39
french_law/js/yarn.lock
generated
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||||
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
|
"@catala-lang/rescript-catala@^0.8.1-b.0":
|
||||||
|
version "0.8.1-b.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@catala-lang/rescript-catala/-/rescript-catala-0.8.1-b.0.tgz#46762f85f2e16af8b42ebb980db446189391a978"
|
||||||
|
integrity sha512-rOCwTFZE8u7r1WUqohU5r1Aq/cNJYZEJ4/S/MEJkrKUrwdV7tU0Pr8bU6i0MuYRWssclEUUy38yx2mm2dD29Cg==
|
||||||
|
dependencies:
|
||||||
|
decco "^1.6.0"
|
||||||
|
rescript "^10.1.4"
|
||||||
|
|
||||||
|
benchmark@^2.1.4:
|
||||||
|
version "2.1.4"
|
||||||
|
resolved "https://registry.yarnpkg.com/benchmark/-/benchmark-2.1.4.tgz#09f3de31c916425d498cc2ee565a0ebf3c2a5629"
|
||||||
|
integrity sha512-l9MlfN4M1K/H2fbhfMy3B7vJd6AGKJVQn2h6Sg/Yx+KckoUA7ewS5Vv6TjSq18ooE1kS9hhAlQRH3AkXIh/aOQ==
|
||||||
|
dependencies:
|
||||||
|
lodash "^4.17.4"
|
||||||
|
platform "^1.3.3"
|
||||||
|
|
||||||
|
decco@^1.6.0:
|
||||||
|
version "1.6.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/decco/-/decco-1.6.0.tgz#79a07d518691f92519066a067b77f04ce89b4896"
|
||||||
|
integrity sha512-gdeDDPOh45Hz8YGvTkDP7ySo3Ll3ty+KfuFj21+jRbiCoE8HTCNB++pozCiMljxJx39CfvrHRYBY5FO5PMyXzw==
|
||||||
|
|
||||||
|
lodash@^4.17.21, lodash@^4.17.4:
|
||||||
|
version "4.17.21"
|
||||||
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
||||||
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
||||||
|
|
||||||
|
platform@^1.3.3, platform@^1.3.6:
|
||||||
|
version "1.3.6"
|
||||||
|
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
|
||||||
|
integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==
|
||||||
|
|
||||||
|
rescript@^10.1.4:
|
||||||
|
version "10.1.4"
|
||||||
|
resolved "https://registry.yarnpkg.com/rescript/-/rescript-10.1.4.tgz#0f37710d371f32a704f17b4e804f66ce3c79a305"
|
||||||
|
integrity sha512-FFKlS9AG/XrLepWsyw7B+A9DtQBPWEPDPDKghV831Y2KGbie+eeFBOS0xtRHp0xbt7S0N2Dm6hhX+kTZQ/3Ybg==
|
Loading…
Reference in New Issue
Block a user