61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"_from": "reduce-extract@^1.0.0",
|
|
"_id": "reduce-extract@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Z/I4W+2mUGG19fQxJmLosIDKFSU=",
|
|
"_location": "/reduce-extract",
|
|
"_phantomChildren": {
|
|
"typical": "2.6.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "reduce-extract@^1.0.0",
|
|
"name": "reduce-extract",
|
|
"escapedName": "reduce-extract",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdoc-parse"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/reduce-extract/-/reduce-extract-1.0.0.tgz",
|
|
"_shasum": "67f2385beda65061b5f5f4312662e8b080ca1525",
|
|
"_spec": "reduce-extract@^1.0.0",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-parse",
|
|
"author": {
|
|
"name": "Lloyd Brookes",
|
|
"email": "75pound@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/75lb/reduce-extract/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"test-value": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "reduce-extract",
|
|
"devDependencies": {
|
|
"tape": "^4.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"homepage": "https://github.com/75lb/reduce-extract#readme",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"main": "./lib/reduce-extract.js",
|
|
"name": "reduce-extract",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/75lb/reduce-extract.git"
|
|
},
|
|
"scripts": {
|
|
"docs": "jsdoc2md2 -t jsdoc2md/README.md lib/*.js > README.md; echo",
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|