package.json
3.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"_args": [
[
{
"raw": "acorn@^6.0.2",
"scope": null,
"escapedName": "acorn",
"name": "acorn",
"rawSpec": "^6.0.2",
"spec": ">=6.0.2 <7.0.0",
"type": "range"
},
"/home/secu/npm-global-modules/khu/YTMT/node_modules/acorn-node"
]
],
"_from": "acorn@>=6.0.2 <7.0.0",
"_hasShrinkwrap": false,
"_id": "acorn@6.0.4",
"_inCache": true,
"_location": "/acorn",
"_nodeVersion": "10.11.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/acorn_6.0.4_1541408501772_0.10250883394023069"
},
"_npmUser": {
"name": "marijn",
"email": "marijnh@gmail.com"
},
"_npmVersion": "6.4.1",
"_phantomChildren": {},
"_requested": {
"raw": "acorn@^6.0.2",
"scope": null,
"escapedName": "acorn",
"name": "acorn",
"rawSpec": "^6.0.2",
"spec": ">=6.0.2 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/acorn-node"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz",
"_shasum": "77377e7353b72ec5104550aa2d2097a2fd40b754",
"_shrinkwrap": null,
"_spec": "acorn@^6.0.2",
"_where": "/home/secu/npm-global-modules/khu/YTMT/node_modules/acorn-node",
"bin": {
"acorn": "./bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"dependencies": {},
"description": "ECMAScript parser",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==",
"shasum": "77377e7353b72ec5104550aa2d2097a2fd40b754",
"tarball": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz",
"fileCount": 11,
"unpackedSize": 1084020,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4Ab2CRA9TVsSAnZWagAAkaMP/1bVwPdjTNng8q57cDnt\nOT1e8bAfnX3wBgVcZjdlEe2oGejZ0inMyplloLpH9NoP6Cbp4zZ8rURNtXpu\nvN/B5Fid0bQY0384sUYtNpuTLTAqCYv+lbmOuhLEByR1tEYywcK7dIn2VF4R\nr185gj1UaDATL7221OwiOc/VyYFM2c6VrsHUoiFOBytAJgYGuVIIibcvT3X0\nVZYURcXz1cLmvACwhml3qGEfhxyovLNWCPLwxCxtdCfZXEs9HDJAiA9kT8rs\ngOEycxSff3C5E+ilNzqsxjslRusCXpJ8E1prqndkvPdQcsu0C/eHwXOxZldu\nXj79uaIeeNHDqeWJbrHezD0tcqKppPCXtbbcjcqL0YrJwXgueZexGvuhWXu8\nyRB/YHKciyufG8QHMBh5PxgEj9yaU/KzatXObLvb+mJw4Bd8Ndw0rrUE4APt\nEnJIqeTZBDXtLKf3ILFEH+2f2HmXmIDHpIV+n5xs8qo1ekp0biuHz7eDL2Mq\nzWgqByoxhrbvQrfAcN5i9iKUwl7fbLb26ChQmCuNt/FpyLurZSI3JsQt+kCM\nnGT4JNT8UqgnL++Lm/StrqSWS9sJG7Bbg3Nvg2qQeFHLrF2WrKicZ0A0V4QF\nsFk07YPVSiFcsZ78ffhioxiRc8eYpz/pzcEcKnuRzXmAgWS3kXxUlegnMq4C\nIuCb\r\n=7Qce\r\n-----END PGP SIGNATURE-----\r\n"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/acornjs/acorn",
"license": "MIT",
"main": "dist/acorn.js",
"maintainers": [
{
"name": "adrianheine",
"email": "mail@adrianheine.de"
},
{
"name": "marijn",
"email": "marijnh@gmail.com"
},
{
"name": "rreverser",
"email": "me@rreverser.com"
}
],
"module": "dist/acorn.mjs",
"name": "acorn",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/acornjs/acorn.git"
},
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
"version": "6.0.4"
}