Files
vanillajs-seed/node_modules/acorn-logical-assignment/package.json
2020-06-08 08:50:28 +02:00

68 lines
1.9 KiB
JSON

{
"_args": [
[
"acorn-logical-assignment@0.1.0",
"D:\\Projects\\vanillajs-seed"
]
],
"_development": true,
"_from": "acorn-logical-assignment@0.1.0",
"_id": "acorn-logical-assignment@0.1.0",
"_inBundle": false,
"_integrity": "sha512-YRLT5fRDsI1cy6OHxancnf06baCNz0UA2zCbhK5/IrsjUI6QtBC+AcyVvX8Os3g2TxRS2CCqeYzuGCx0l/Apug==",
"_location": "/acorn-logical-assignment",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-logical-assignment@0.1.0",
"name": "acorn-logical-assignment",
"escapedName": "acorn-logical-assignment",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/acorn-stage3"
],
"_resolved": "https://registry.npmjs.org/acorn-logical-assignment/-/acorn-logical-assignment-0.1.0.tgz",
"_spec": "0.1.0",
"_where": "D:\\Projects\\vanillajs-seed",
"author": {
"name": "Adrian Heine",
"email": "mail@adrianheine.de"
},
"bugs": {
"url": "https://github.com/acornjs/acorn-logical-assignment/issues"
},
"description": "Support fot logical assignments in acorn",
"devDependencies": {
"acorn": "^7",
"eslint": "^6",
"eslint-plugin-node": "^11",
"mocha": "^7",
"test262": "git+https://github.com/tc39/test262.git#57fa74b170e9554bfe89a29c10de2447fe7d3b27",
"test262-parser-runner": "^0.5.0"
},
"engines": {
"node": ">=4.8.2"
},
"homepage": "https://github.com/acornjs/acorn-logical-assignment#readme",
"license": "MIT",
"main": "index.js",
"name": "acorn-logical-assignment",
"peerDependencies": {
"acorn": "^6 || ^7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acornjs/acorn-logical-assignment.git"
},
"scripts": {
"lint": "eslint -c .eslintrc.json .",
"test": "mocha",
"test:test262": "node run_test262.js"
},
"version": "0.1.0"
}