Files
lsp/node_modules/@sideway/formula/package.json
Arnaud Nelissen 3af7ddab06 Initial commit
2021-11-17 11:25:08 +01:00

62 lines
1.6 KiB
JSON

{
"_from": "@sideway/formula@^3.0.0",
"_id": "@sideway/formula@3.0.0",
"_inBundle": false,
"_integrity": "sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==",
"_location": "/@sideway/formula",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sideway/formula@^3.0.0",
"name": "@sideway/formula",
"escapedName": "@sideway%2fformula",
"scope": "@sideway",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz",
"_shasum": "fe158aee32e6bd5de85044be615bc08478a0a13c",
"_spec": "@sideway/formula@^3.0.0",
"_where": "C:\\Users\\anelissen\\Development\\tools\\node\\cbor\\node_modules\\joi",
"bugs": {
"url": "https://github.com/sideway/formula/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Math and string formula parser.",
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"typescript": "4.0.x"
},
"files": [
"lib"
],
"homepage": "https://github.com/sideway/formula#readme",
"keywords": [
"formula",
"parser",
"math",
"string"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@sideway/formula",
"repository": {
"type": "git",
"url": "git://github.com/sideway/formula.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"types": "lib/index.d.ts",
"version": "3.0.0"
}