mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-18 18:40:16 -04:00
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"acorn@8.0.4",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "acorn@8.0.4",
|
|
"_id": "acorn@8.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-XNP0PqF1XD19ZlLKvB7cMmnZswW4C/03pRHgirB30uSJTaS3A3V1/P4sS3HPvFmjoriPCJQs+JDSbm4bL1TxGQ==",
|
|
"_location": "/acorn",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "acorn@8.0.4",
|
|
"name": "acorn",
|
|
"escapedName": "acorn",
|
|
"rawSpec": "8.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "8.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.4.tgz",
|
|
"_spec": "8.0.4",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/acornjs/acorn/issues"
|
|
},
|
|
"description": "ECMAScript parser",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"exports": {
|
|
"import": "./dist/acorn.mjs",
|
|
"require": "./dist/acorn.js"
|
|
},
|
|
"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 && npm run build:bin"
|
|
},
|
|
"types": "dist/acorn.d.ts",
|
|
"version": "8.0.4"
|
|
}
|