Files
Arbitrate-FrontendH5/node_modules/acorn/package.json
T

87 lines
2.0 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"acorn@8.11.2",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "acorn@8.11.2",
"_id": "acorn@8.11.2",
"_inBundle": false,
"_integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==",
"_location": "/acorn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn@8.11.2",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "8.11.2",
"saveSpec": null,
"fetchSpec": "8.11.2"
},
"_requiredBy": [
"/@vue/cli-service",
"/terser",
"/vue-eslint-parser/espree",
"/webpack",
"/webpack-bundle-analyzer"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz",
"_spec": "8.11.2",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"bin": {
"acorn": "bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
2024-01-18 10:46:33 +08:00
"description": "ECMAScript parser",
2024-04-08 16:23:29 +08:00
"engines": {
"node": ">=0.4.0"
},
2024-01-18 10:46:33 +08:00
"exports": {
".": [
{
"import": "./dist/acorn.mjs",
"require": "./dist/acorn.js",
"default": "./dist/acorn.js"
},
"./dist/acorn.js"
],
"./package.json": "./package.json"
},
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/acornjs/acorn",
"license": "MIT",
"main": "dist/acorn.js",
2024-01-18 10:46:33 +08:00
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
2024-04-08 16:23:29 +08:00
"url": "https://marijnhaverbeke.nl"
2024-01-18 10:46:33 +08:00
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2024-04-08 16:23:29 +08:00
"url": "https://rreverser.com/"
2024-01-18 10:46:33 +08:00
},
{
"name": "Adrian Heine",
2024-04-08 16:23:29 +08:00
"url": "http://adrianheine.de"
2024-01-18 10:46:33 +08:00
}
],
2024-04-08 16:23:29 +08:00
"module": "dist/acorn.mjs",
"name": "acorn",
2024-01-18 10:46:33 +08:00
"repository": {
"type": "git",
2024-04-08 16:23:29 +08:00
"url": "git+https://github.com/acornjs/acorn.git"
2024-01-18 10:46:33 +08:00
},
"scripts": {
"prepare": "cd ..; npm run build:main"
},
2024-04-08 16:23:29 +08:00
"types": "dist/acorn.d.ts",
"version": "8.11.2"
2024-01-18 10:46:33 +08:00
}