management/front/dkha-web-sz-main/node_modules/acorn/package.json

68 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "acorn@^6.4.1",
"_id": "acorn@6.4.2",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
2023-12-18 13:12:25 +08:00
"_location": "/acorn",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "acorn@^6.4.1",
2023-12-18 13:12:25 +08:00
"name": "acorn",
"escapedName": "acorn",
2024-01-16 21:26:16 +08:00
"rawSpec": "^6.4.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^6.4.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/@vue/cli-service",
2023-12-18 13:12:25 +08:00
"/webpack"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/acorn/-/acorn-6.4.2.tgz",
"_shasum": "35866fd710528e92de10cf06016498e47e39e1e6",
"_spec": "acorn@^6.4.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\webpack",
2023-12-18 13:12:25 +08:00
"bin": {
"acorn": "bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"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",
2024-01-16 21:26:16 +08:00
"url": "https://marijnhaverbeke.nl"
2023-12-18 13:12:25 +08:00
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2024-01-16 21:26:16 +08:00
"url": "https://rreverser.com/"
2023-12-18 13:12:25 +08:00
},
{
"name": "Adrian Heine",
2024-01-16 21:26:16 +08:00
"url": "http://adrianheine.de"
2023-12-18 13:12:25 +08:00
}
],
2024-01-16 21:26:16 +08:00
"module": "dist/acorn.mjs",
2023-12-18 13:12:25 +08:00
"name": "acorn",
"repository": {
"type": "git",
"url": "git+https://github.com/acornjs/acorn.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"prepare": "cd ..; npm run build:main && npm run build:bin"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "6.4.2"
2023-12-18 13:12:25 +08:00
}