mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-09-29 02:44:59 +08:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"estree-walker@1.0.1",
|
|
"E:\\Project\\npm-project\\vue-baidu-analytics"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "estree-walker@1.0.1",
|
|
"_id": "estree-walker@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
|
|
"_location": "/estree-walker",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "estree-walker@1.0.1",
|
|
"name": "estree-walker",
|
|
"escapedName": "estree-walker",
|
|
"rawSpec": "1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@rollup/pluginutils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
|
|
"_spec": "1.0.1",
|
|
"_where": "E:\\Project\\npm-project\\vue-baidu-analytics",
|
|
"author": {
|
|
"name": "Rich Harris"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Rich-Harris/estree-walker/issues"
|
|
},
|
|
"description": "Traverse an ESTree-compliant AST",
|
|
"devDependencies": {
|
|
"@types/estree": "0.0.39",
|
|
"mocha": "^5.2.0",
|
|
"rollup": "^0.67.3",
|
|
"rollup-plugin-sucrase": "^2.1.0",
|
|
"typescript": "^3.6.3"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"types",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://github.com/Rich-Harris/estree-walker#readme",
|
|
"license": "MIT",
|
|
"main": "dist/estree-walker.umd.js",
|
|
"module": "src/estree-walker.js",
|
|
"name": "estree-walker",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rich-Harris/estree-walker.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && rollup -c",
|
|
"prepublishOnly": "npm run build && npm test",
|
|
"test": "mocha --opts mocha.opts"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"version": "1.0.1"
|
|
}
|