12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "acorn-walk@6.1.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "acorn-walk@6.1.1",
- "_id": "acorn-walk@6.1.1",
- "_inBundle": false,
- "_integrity": "sha1-02O2b1+sXwGP+cOh57b44xDMORM=",
- "_location": "/acorn-walk",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "acorn-walk@6.1.1",
- "name": "acorn-walk",
- "escapedName": "acorn-walk",
- "rawSpec": "6.1.1",
- "saveSpec": null,
- "fetchSpec": "6.1.1"
- },
- "_requiredBy": [
- "/@vue/cli-service",
- "/acorn-globals",
- "/webpack-bundle-analyzer"
- ],
- "_resolved": "https://registry.npm.taobao.org/acorn-walk/download/acorn-walk-6.1.1.tgz",
- "_spec": "6.1.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/acornjs/acorn/issues"
- },
- "description": "ECMAScript (ESTree) AST walker",
- "engines": {
- "node": ">=0.4.0"
- },
- "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"
- },
- "version": "6.1.1"
- }
|