mirror of https://github.com/nodejs/node.git
66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"_from": "acorn-numeric-separator",
|
|
"_id": "acorn-numeric-separator@0.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-g9FikQZHwG/P1Xs+dDzecqagmGBbU4b8OF4UbDQK8Wr8apwuFGG1c7KiaFxC4ClYU8D7zNl60vzqOCUuhKM3kA==",
|
|
"_location": "/acorn-numeric-separator",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "acorn-numeric-separator",
|
|
"name": "acorn-numeric-separator",
|
|
"escapedName": "acorn-numeric-separator",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/acorn-numeric-separator/-/acorn-numeric-separator-0.3.0.tgz",
|
|
"_shasum": "15e2f9a698bbec83a339a70a7026ab1d9d257de2",
|
|
"_spec": "acorn-numeric-separator",
|
|
"_where": "/home/ruben/repos/node/node",
|
|
"bugs": {
|
|
"url": "https://github.com/acornjs/acorn-numeric-separator/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Adrian Heine",
|
|
"email": "mail@adrianheine.de"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "Support for numeric separators in acorn",
|
|
"devDependencies": {
|
|
"acorn": "^6.0.0",
|
|
"eslint": "^5.5.0",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"mocha": "^6.0.2",
|
|
"test262": "git+https://github.com/tc39/test262.git#de567d3aa5de4eaa11e00131d26b9fe77997dfb0",
|
|
"test262-parser-runner": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.8.2"
|
|
},
|
|
"homepage": "https://github.com/acornjs/acorn-numeric-separator",
|
|
"license": "MIT",
|
|
"name": "acorn-numeric-separator",
|
|
"peerDependencies": {
|
|
"acorn": "^6.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/acornjs/acorn-numeric-separator.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint -c .eslintrc.json .",
|
|
"test": "mocha",
|
|
"test:test262": "node run_test262.js"
|
|
},
|
|
"version": "0.3.0"
|
|
}
|