use directories for structure
This commit is contained in:
67
node_modules/acorn-logical-assignment/package.json
generated
vendored
Normal file
67
node_modules/acorn-logical-assignment/package.json
generated
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"acorn-logical-assignment@0.1.0",
|
||||
"D:\\Projects\\siag\\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\\siag\\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"
|
||||
}
|
Reference in New Issue
Block a user