1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "acorn@7.4.0",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_development": true,
- "_from": "acorn@7.4.0",
- "_id": "acorn@7.4.0",
- "_inBundle": false,
- "_integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==",
- "_location": "/acorn",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "acorn@7.4.0",
- "name": "acorn",
- "escapedName": "acorn",
- "rawSpec": "7.4.0",
- "saveSpec": null,
- "fetchSpec": "7.4.0"
- },
- "_requiredBy": [
- "/@vue/cli-service",
- "/espree",
- "/vue-eslint-parser/espree",
- "/webpack-bundle-analyzer"
- ],
- "_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz",
- "_spec": "7.4.0",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "bin": {
- "acorn": "bin/acorn"
- },
- "bugs": {
- "url": "https://github.com/acornjs/acorn/issues"
- },
- "description": "ECMAScript parser",
- "engines": {
- "node": ">=0.4.0"
- },
- "homepage": "https://github.com/acornjs/acorn",
- "license": "MIT",
- "main": "dist/acorn.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/acorn.mjs",
- "name": "acorn",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/acornjs/acorn.git"
- },
- "scripts": {
- "prepare": "cd ..; npm run build:main && npm run build:bin"
- },
- "types": "dist/acorn.d.ts",
- "version": "7.4.0"
- }
|