mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-21 07:28:54 +08:00
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"_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": [
|
|
"/javascript-obfuscator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/acorn-import-meta/-/acorn-import-meta-1.1.0.tgz",
|
|
"_shasum": "c384423462ee7d4721d4de83231021a36cb09def",
|
|
"_spec": "acorn-import-meta@1.1.0",
|
|
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
|
|
"bugs": {
|
|
"url": "https://github.com/adrianheine/acorn-import-meta/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Adrian Heine",
|
|
"email": "mail@adrianheine.de"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"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"
|
|
}
|