-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 KB
/
package.json
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
{
"_from": "catharsis@^0.9.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==",
"_location": "/catharsis",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "catharsis@^0.9.0",
"name": "catharsis",
"escapedName": "catharsis",
"rawSpec": "^0.9.0",
"saveSpec": null,
"fetchSpec": "^0.9.0"
},
"_requiredBy": [
"/jsdoc"
],
"_resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz",
"_shasum": "40382a168be0e6da308c277d3a2b3eb40c7d2121",
"_spec": "catharsis@^0.9.0",
"_where": "/workspace/node_mods/node_modules/jsdoc",
"author": {
"name": "Jeff Williams",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/hegemonic/catharsis/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.15"
},
"deprecated": false,
"description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.",
"devDependencies": {
"ajv": "^6.12.2",
"mocha": "^8.0.1",
"pegjs": "^0.10.0",
"should": "^13.2.3",
"should-equal": "^2.0.0"
},
"engines": {
"node": ">= 10"
},
"homepage": "https://github.com/hegemonic/catharsis#readme",
"license": "MIT",
"main": "catharsis.js",
"name": "catharsis",
"repository": {
"type": "git",
"url": "git+https://github.com/hegemonic/catharsis.git"
},
"scripts": {
"prepare": "./node_modules/pegjs/bin/pegjs ./lib/parser.pegjs",
"test": "./node_modules/mocha/bin/mocha"
},
"version": "0.9.0"
}