urltomarkdown/node_modules/acorn/package.json

51 lines
1.0 KiB
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
2022-01-08 17:17:05 +00:00
"name": "acorn",
2022-01-08 17:05:05 +00:00
"description": "ECMAScript parser",
"homepage": "https://github.com/acornjs/acorn",
"main": "dist/acorn.js",
2022-01-08 17:17:05 +00:00
"types": "dist/acorn.d.ts",
"module": "dist/acorn.mjs",
"exports": {
".": [
{
"import": "./dist/acorn.mjs",
"require": "./dist/acorn.js",
"default": "./dist/acorn.js"
},
"./dist/acorn.js"
],
"./package.json": "./package.json"
},
2022-12-21 23:26:55 +00:00
"version": "8.8.1",
"engines": {
"node": ">=0.4.0"
},
2022-01-08 17:05:05 +00:00
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
2022-01-08 17:17:05 +00:00
"web": "https://marijnhaverbeke.nl"
2022-01-08 17:05:05 +00:00
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2022-01-08 17:17:05 +00:00
"web": "https://rreverser.com/"
2022-01-08 17:05:05 +00:00
},
{
"name": "Adrian Heine",
2022-01-08 17:17:05 +00:00
"web": "http://adrianheine.de"
2022-01-08 17:05:05 +00:00
}
],
"repository": {
"type": "git",
2022-01-08 17:17:05 +00:00
"url": "https://github.com/acornjs/acorn.git"
2022-01-08 17:05:05 +00:00
},
2022-01-08 17:17:05 +00:00
"license": "MIT",
2022-01-08 17:05:05 +00:00
"scripts": {
2022-01-08 17:17:05 +00:00
"prepare": "cd ..; npm run build:main"
2022-01-08 17:05:05 +00:00
},
2022-12-21 23:26:55 +00:00
"bin": {
"acorn": "./bin/acorn"
}
2022-01-08 17:05:05 +00:00
}