urltomarkdown/node_modules/acorn/package.json

47 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"
},
"version": "8.7.0",
"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-01-08 17:17:05 +00:00
"bin": {"acorn": "./bin/acorn"}
2022-01-08 17:05:05 +00:00
}