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
60
61
| {
| "_from": "reduce-without@^1.0.1",
| "_id": "reduce-without@1.0.1",
| "_inBundle": false,
| "_integrity": "sha512-zQv5y/cf85sxvdrKPlfcRzlDn/OqKFThNimYmsS3flmkioKvkUGn2Qg9cJVoQiEvdxFGLE0MQER/9fZ9sUqdxg==",
| "_location": "/reduce-without",
| "_phantomChildren": {
| "typical": "2.6.1"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "reduce-without@^1.0.1",
| "name": "reduce-without",
| "escapedName": "reduce-without",
| "rawSpec": "^1.0.1",
| "saveSpec": null,
| "fetchSpec": "^1.0.1"
| },
| "_requiredBy": [
| "/dmd"
| ],
| "_resolved": "https://registry.npmjs.org/reduce-without/-/reduce-without-1.0.1.tgz",
| "_shasum": "68ad0ead11855c9a37d4e8256c15bbf87972fc8c",
| "_spec": "reduce-without@^1.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-without/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "test-value": "^2.0.0"
| },
| "deprecated": false,
| "description": "reduce-without",
| "devDependencies": {
| "jsdoc-to-markdown": "^1.3.3",
| "tape": "^4.5.1"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "homepage": "https://github.com/75lb/reduce-without#readme",
| "keywords": [],
| "license": "MIT",
| "main": "./lib/reduce-without.js",
| "name": "reduce-without",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/reduce-without.git"
| },
| "scripts": {
| "docs": "jsdoc2md -t jsdoc2md/README.md lib/*.js > README.md; echo",
| "test": "tape test/*.js"
| },
| "version": "1.0.1"
| }
|
|