You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

77 lines
1.9 KiB

{
"_args": [
[
"estree-walker@2.0.2",
"D:\\Project\\DaPing"
]
],
"_from": "estree-walker@2.0.2",
"_id": "estree-walker@2.0.2",
"_inBundle": false,
"_integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
"_location": "/estree-walker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "estree-walker@2.0.2",
"name": "estree-walker",
"escapedName": "estree-walker",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/@dcloudio/uni-cli-shared",
"/@dcloudio/uni-mp-compiler",
"/@dcloudio/vite-plugin-uni",
"/@rollup/pluginutils",
"/@vue/compiler-core",
"/@vue/compiler-sfc",
"/@vue/reactivity-transform"
],
"_resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "D:\\Project\\DaPing",
"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.42",
"rollup": "^2.10.9",
"typescript": "^3.7.5",
"uvu": "^0.5.1"
},
"exports": {
"require": "./dist/umd/estree-walker.js",
"import": "./dist/esm/estree-walker.js"
},
"files": [
"src",
"dist",
"types",
"README.md"
],
"homepage": "https://github.com/Rich-Harris/estree-walker#readme",
"license": "MIT",
"main": "./dist/umd/estree-walker.js",
"module": "./dist/esm/estree-walker.js",
"name": "estree-walker",
"private": false,
"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": "uvu test"
},
"type": "commonjs",
"types": "types/index.d.ts",
"version": "2.0.2"
}