liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "_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/l/plc/node-red/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"
}