69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"acorn-import-meta@1.1.0",
|
|
"D:\\Projects\\vanillajs-seed"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "acorn-import-meta@1.1.0",
|
|
"_id": "acorn-import-meta@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pshgiVR5mhpjFVdizKTN+kAGRqjJFUOEB3TvpQ6kiAutb1lvHrIVVcGoe5xzMpJkVNifCeymMG7/tsDkWn8CdQ==",
|
|
"_location": "/acorn-import-meta",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "acorn-import-meta@1.1.0",
|
|
"name": "acorn-import-meta",
|
|
"escapedName": "acorn-import-meta",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/acorn-stage3"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/acorn-import-meta/-/acorn-import-meta-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "D:\\Projects\\vanillajs-seed",
|
|
"bugs": {
|
|
"url": "https://github.com/adrianheine/acorn-import-meta/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Adrian Heine",
|
|
"email": "mail@adrianheine.de"
|
|
}
|
|
],
|
|
"description": "Support for import.meta in acorn",
|
|
"devDependencies": {
|
|
"acorn": "^7.0.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"mocha": "^7.1.1",
|
|
"test262": "git+https://github.com/tc39/test262.git#57fa74b170e9554bfe89a29c10de2447fe7d3b27",
|
|
"test262-parser-runner": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.8.2"
|
|
},
|
|
"homepage": "https://github.com/adrianheine/acorn-import-meta",
|
|
"license": "MIT",
|
|
"name": "acorn-import-meta",
|
|
"peerDependencies": {
|
|
"acorn": "^6.0.0 || ^7.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/adrianheine/acorn-import-meta.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint -c .eslintrc.json .",
|
|
"test": "mocha",
|
|
"test:test262": "node run_test262.js"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|