60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"_from": "reduce-unique@^2.0.1",
|
|
"_id": "reduce-unique@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-x4jH/8L1eyZGR785WY+ePtyMNhycl1N2XOLxhCbzZFaqF4AXjLzqSxa2UHgJ2ZVR/HHyPOvl1L7xRnW8ye5MdA==",
|
|
"_location": "/reduce-unique",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "reduce-unique@^2.0.1",
|
|
"name": "reduce-unique",
|
|
"escapedName": "reduce-unique",
|
|
"rawSpec": "^2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/dmd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/reduce-unique/-/reduce-unique-2.0.1.tgz",
|
|
"_shasum": "fb34b90e89297c1e08d75dcf17e9a6443ea71081",
|
|
"_spec": "reduce-unique@^2.0.1",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/dmd",
|
|
"author": {
|
|
"name": "Lloyd Brookes",
|
|
"email": "75pound@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/75lb/reduce-unique/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Reduce an array to unique values, optionally into a separate array.",
|
|
"devDependencies": {
|
|
"jsdoc-to-markdown": "^4.0.1",
|
|
"test-runner": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"homepage": "https://github.com/75lb/reduce-unique#readme",
|
|
"keywords": [
|
|
"reduce",
|
|
"array",
|
|
"unique"
|
|
],
|
|
"license": "MIT",
|
|
"name": "reduce-unique",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/75lb/reduce-unique.git"
|
|
},
|
|
"scripts": {
|
|
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
|
|
"test": "test-runner test.js"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|