| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "acorn@^8.7.0",
- "_id": "acorn@8.8.0",
- "_inBundle": false,
- "_integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==",
- "_location": "/acorn",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "acorn@^8.7.0",
- "name": "acorn",
- "escapedName": "acorn",
- "rawSpec": "^8.7.0",
- "saveSpec": null,
- "fetchSpec": "^8.7.0"
- },
- "_requiredBy": [
- "/vm2"
- ],
- "_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz",
- "_shasum": "88c0187620435c7f6015803f5539dae05a9dbea8",
- "_spec": "acorn@^8.7.0",
- "_where": "D:\\2022\\3\\Mazui\\node_modules\\vm2",
- "bin": {
- "acorn": "bin/acorn"
- },
- "bugs": {
- "url": "https://github.com/acornjs/acorn/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "ECMAScript parser",
- "engines": {
- "node": ">=0.4.0"
- },
- "exports": {
- ".": [
- {
- "import": "./dist/acorn.mjs",
- "require": "./dist/acorn.js",
- "default": "./dist/acorn.js"
- },
- "./dist/acorn.js"
- ],
- "./package.json": "./package.json"
- },
- "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"
- },
- "types": "dist/acorn.d.ts",
- "version": "8.8.0"
- }
|