bigint-crypto-utils/node_modules/catharsis/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

{
"_from": "catharsis@^0.8.11",
"_id": "catharsis@0.8.11",
"_inBundle": false,
"_integrity": "sha512-a+xUyMV7hD1BrDQA/3iPV7oc+6W26BgVJO05PGEoatMyIuPScQKsde6i3YorWX1qs+AZjnJ18NqdKoCtKiNh1g==",
"_location": "/catharsis",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "catharsis@^0.8.11",
"name": "catharsis",
"escapedName": "catharsis",
"rawSpec": "^0.8.11",
"saveSpec": null,
"fetchSpec": "^0.8.11"
},
"_requiredBy": [
"/jsdoc"
],
"_resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.8.11.tgz",
"_shasum": "d0eb3d2b82b7da7a3ce2efb1a7b00becc6643468",
"_spec": "catharsis@^0.8.11",
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc",
"author": {
"name": "Jeff Williams",
"email": "jeffrey.l.williams@gmail.com"
},
"bugs": {
"url": "https://github.com/hegemonic/catharsis/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.14"
},
"deprecated": false,
"description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.",
"devDependencies": {
"ajv": "^6.10.2",
"mocha": "^6.1.4",
"pegjs": "^0.10.0",
"should": "^13.2.3",
"should-equal": "^2.0.0"
},
"engines": {
"node": ">= 8"
},
"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.8.11"
}