You cannot 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
JSON

{
"_from": "acorn-walk@^8.0.2",
"_id": "acorn-walk@8.3.0",
"_inBundle": false,
"_integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==",
"_location": "/acorn-walk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "acorn-walk@^8.0.2",
"name": "acorn-walk",
"escapedName": "acorn-walk",
"rawSpec": "^8.0.2",
"saveSpec": null,
"fetchSpec": "^8.0.2"
},
"_requiredBy": [
"/@vue/cli-service",
"/webpack-bundle-analyzer"
],
"_resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.3.0.tgz",
"_shasum": "2097665af50fd0cf7a2dfccd2b9368964e66540f",
"_spec": "acorn-walk@^8.0.2",
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\@vue\\cli-service",
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ECMAScript (ESTree) AST walker",
"engines": {
"node": ">=0.4.0"
},
"exports": {
".": [
{
"import": "./dist/walk.mjs",
"require": "./dist/walk.js",
"default": "./dist/walk.js"
},
"./dist/walk.js"
],
"./package.json": "./package.json"
},
"homepage": "https://github.com/acornjs/acorn",
"license": "MIT",
"main": "dist/walk.js",
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"url": "https://marijnhaverbeke.nl"
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
"url": "https://rreverser.com/"
},
{
"name": "Adrian Heine",
"url": "http://adrianheine.de"
}
],
"module": "dist/walk.mjs",
"name": "acorn-walk",
"repository": {
"type": "git",
"url": "git+https://github.com/acornjs/acorn.git"
},
"scripts": {
"prepare": "cd ..; npm run build:walk"
},
"types": "dist/walk.d.ts",
"version": "8.3.0"
}