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
62
63
64
65
66
| {
| "_from": "array-back@^1.0.2",
| "_id": "array-back@1.0.4",
| "_inBundle": false,
| "_integrity": "sha512-1WxbZvrmyhkNoeYcizokbmh5oiOCIfyvGtcqbK3Ls1v1fKcquzxnQSceOx6tzq7jmai2kFLWIpGND2cLhH6TPw==",
| "_location": "/reduce-extract/array-back",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "array-back@^1.0.2",
| "name": "array-back",
| "escapedName": "array-back",
| "rawSpec": "^1.0.2",
| "saveSpec": null,
| "fetchSpec": "^1.0.2"
| },
| "_requiredBy": [
| "/reduce-extract/test-value"
| ],
| "_resolved": "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz",
| "_shasum": "644ba7f095f7ffcf7c43b5f0dc39d3c1f03c063b",
| "_spec": "array-back@^1.0.2",
| "_where": "/home/l/plc/node-red/node_modules/reduce-extract/node_modules/test-value",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/75lb/array-back/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "typical": "^2.6.0"
| },
| "deprecated": false,
| "description": "Guarantees an array back",
| "devDependencies": {
| "core-assert": "^0.2.1",
| "jsdoc-to-markdown": "^2.0.1",
| "test-runner": "^0.3.0"
| },
| "engines": {
| "node": ">=0.12.0"
| },
| "homepage": "https://github.com/75lb/array-back#readme",
| "keywords": [
| "to",
| "convert",
| "return",
| "array",
| "arrayify"
| ],
| "license": "MIT",
| "main": "./lib/array-back.js",
| "name": "array-back",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/array-back.git"
| },
| "scripts": {
| "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
| "test": "test-runner test/*.js"
| },
| "version": "1.0.4"
| }
|
|