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

97 lines
2.2 KiB
JSON

{
"_from": "jsdoc@^3.6.3",
"_id": "jsdoc@3.6.3",
"_inBundle": false,
"_integrity": "sha512-Yf1ZKA3r9nvtMWHO1kEuMZTlHOF8uoQ0vyo5eH7SQy5YeIiHM+B0DgKnn+X6y6KDYZcF7G2SPkKF+JORCXWE/A==",
"_location": "/jsdoc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsdoc@^3.6.3",
"name": "jsdoc",
"escapedName": "jsdoc",
"rawSpec": "^3.6.3",
"saveSpec": null,
"fetchSpec": "^3.6.3"
},
"_requiredBy": [
"/jsdoc-api"
],
"_resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.3.tgz",
"_shasum": "dccea97d0e62d63d306b8b3ed1527173b5e2190d",
"_spec": "jsdoc@^3.6.3",
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-api",
"author": {
"name": "Michael Mathews",
"email": "micmath@gmail.com"
},
"bin": {
"jsdoc": "jsdoc.js"
},
"bugs": {
"url": "https://github.com/jsdoc/jsdoc/issues"
},
"bundleDependencies": false,
"contributors": [
{
"url": "https://github.com/jsdoc/jsdoc/graphs/contributors"
}
],
"dependencies": {
"@babel/parser": "^7.4.4",
"bluebird": "^3.5.4",
"catharsis": "^0.8.11",
"escape-string-regexp": "^2.0.0",
"js2xmlparser": "^4.0.0",
"klaw": "^3.0.0",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"marked": "^0.7.0",
"mkdirp": "^0.5.1",
"requizzle": "^0.2.3",
"strip-json-comments": "^3.0.1",
"taffydb": "2.6.2",
"underscore": "~1.9.1"
},
"deprecated": false,
"description": "An API documentation generator for JavaScript.",
"devDependencies": {
"ajv": "^6.10.0",
"gulp": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-json-editor": "^2.5.2",
"nyc": "^14.1.0"
},
"engines": {
"node": ">=8.15.0"
},
"greenkeeper": {
"ignore": [
"taffydb"
]
},
"homepage": "https://github.com/jsdoc/jsdoc#readme",
"keywords": [
"documentation",
"javascript"
],
"license": "Apache-2.0",
"maintainers": [
{
"name": "Jeff Williams",
"email": "jeffrey.l.williams@gmail.com"
}
],
"name": "jsdoc",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc/jsdoc.git"
},
"revision": "1563123686627",
"scripts": {
"test": "gulp lint; gulp test"
},
"version": "3.6.3"
}