| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/acorn/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/acorn/package.json |
{
"_from": "acorn@^8.14.0",
"_id": "acorn@8.15.0",
"_inBundle": false,
"_integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
"_location": "/@google/gemini-cli/acorn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "acorn@^8.14.0",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "^8.14.0",
"saveSpec": null,
"fetchSpec": "^8.14.0"
},
"_requiredBy": [
"/@google/gemini-cli/import-in-the-middle"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
"_shasum": "a360898bc415edaac46c8241f6383975b930b816",
"_spec": "acorn@^8.14.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/import-in-the-middle",
"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.15.0"
}