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.
82 lines
1.9 KiB
JSON
82 lines
1.9 KiB
JSON
2 years ago
|
{
|
||
|
"_from": "acorn@^8.7.1",
|
||
|
"_id": "acorn@8.11.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==",
|
||
|
"_location": "/acorn",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "acorn@^8.7.1",
|
||
|
"name": "acorn",
|
||
|
"escapedName": "acorn",
|
||
|
"rawSpec": "^8.7.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^8.7.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@vue/cli-service",
|
||
|
"/terser",
|
||
|
"/webpack",
|
||
|
"/webpack-bundle-analyzer"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.11.2.tgz",
|
||
|
"_shasum": "ca0d78b51895be5390a5903c5b3bdcdaf78ae40b",
|
||
|
"_spec": "acorn@^8.7.1",
|
||
|
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\webpack",
|
||
|
"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.11.2"
|
||
|
}
|