92 lines
2.3 KiB
JSON
92 lines
2.3 KiB
JSON
{
|
|
"_from": "jsdoc-api@^5.0.4",
|
|
"_id": "jsdoc-api@5.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-1KMwLnfo0FyhF06TQKzqIm8BiY1yoMIGICxRdJHUjzskaHMzHMmpLlmNFgzoa4pAC8t1CDPK5jWuQTvv1pBsEQ==",
|
|
"_location": "/jsdoc-api",
|
|
"_phantomChildren": {
|
|
"glob": "7.1.6",
|
|
"typical": "2.6.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jsdoc-api@^5.0.4",
|
|
"name": "jsdoc-api",
|
|
"escapedName": "jsdoc-api",
|
|
"rawSpec": "^5.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdoc-to-markdown"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-5.0.4.tgz",
|
|
"_shasum": "6b60cddaa4e7ff9a2e139acfc19ecaa9c48f8575",
|
|
"_spec": "jsdoc-api@^5.0.4",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-to-markdown",
|
|
"author": {
|
|
"name": "Lloyd Brookes",
|
|
"email": "75pound@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdoc2md/jsdoc-api/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"array-back": "^4.0.0",
|
|
"cache-point": "^1.0.0",
|
|
"collect-all": "^1.0.3",
|
|
"file-set": "^2.0.1",
|
|
"fs-then-native": "^2.0.0",
|
|
"jsdoc": "^3.6.3",
|
|
"object-to-spawn-args": "^1.1.1",
|
|
"temp-path": "^1.0.0",
|
|
"walk-back": "^3.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A programmatic interface for jsdoc",
|
|
"devDependencies": {
|
|
"collect-json": "^1.0.8",
|
|
"coveralls": "^3.0.7",
|
|
"jsdoc-to-markdown": "^5.0.2",
|
|
"nyc": "^14.1.1",
|
|
"rimraf": "^3.0.0",
|
|
"test-runner": "~0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/*.js"
|
|
],
|
|
"homepage": "https://github.com/jsdoc2md/jsdoc-api#readme",
|
|
"keywords": [
|
|
"jsdoc",
|
|
"api",
|
|
"programmatic",
|
|
"interface",
|
|
"javascript",
|
|
"documentation"
|
|
],
|
|
"license": "MIT",
|
|
"name": "jsdoc-api",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdoc2md/jsdoc-api.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
|
|
"docs": "jsdoc2md -t jsdoc2md/README.hbs index.js lib/*.js > README.md; echo",
|
|
"test": "test-runner test/explain.js test/explain-sync.js test/render-sync.js && test-runner test/caching.js"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"tmp",
|
|
"test/fixture"
|
|
]
|
|
},
|
|
"version": "5.0.4"
|
|
}
|