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

78 lines
1.9 KiB
JSON

{
"_from": "jsdoc-parse@^4.0.1",
"_id": "jsdoc-parse@4.0.1",
"_inBundle": false,
"_integrity": "sha512-qIObw8yqYZjrP2qxWROB5eLQFLTUX2jRGLhW9hjo2CC2fQVlskidCIzjCoctwsDvauBp2a/lR31jkSleczSo8Q==",
"_location": "/jsdoc-parse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsdoc-parse@^4.0.1",
"name": "jsdoc-parse",
"escapedName": "jsdoc-parse",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/jsdoc-to-markdown"
],
"_resolved": "https://registry.npmjs.org/jsdoc-parse/-/jsdoc-parse-4.0.1.tgz",
"_shasum": "07949b13b1659c2bbc5217560d77b46a060cb86d",
"_spec": "jsdoc-parse@^4.0.1",
"_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-parse/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-back": "^4.0.0",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"reduce-extract": "^1.0.0",
"sort-array": "^2.0.0",
"test-value": "^3.0.0"
},
"deprecated": false,
"description": "Transforms jsdoc data into something more suitable for use as template input",
"devDependencies": {
"test-runner": "^0.6.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"lib/**/*.js"
],
"homepage": "https://github.com/jsdoc2md/jsdoc-parse#readme",
"keywords": [
"javascript",
"jsdoc",
"parse",
"document",
"documentation"
],
"license": "MIT",
"name": "jsdoc-parse",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc2md/jsdoc-parse.git"
},
"scripts": {
"test": "test-runner test/*.js"
},
"standard": {
"ignore": [
"test",
"example"
]
},
"version": "4.0.1"
}