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@^2.0.0",
| "_id": "array-back@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-eJv4pLLufP3g5kcZry0j6WXpIbzYw9GUB4mVJZno9wfwiBxbizTnHCw3VJb07cBihbFX48Y7oSrW9y+gt4glyw==",
| "_location": "/test-value/array-back",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "array-back@^2.0.0",
| "name": "array-back",
| "escapedName": "array-back",
| "rawSpec": "^2.0.0",
| "saveSpec": null,
| "fetchSpec": "^2.0.0"
| },
| "_requiredBy": [
| "/test-value"
| ],
| "_resolved": "https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz",
| "_shasum": "6877471d51ecc9c9bfa6136fb6c7d5fe69748022",
| "_spec": "array-back@^2.0.0",
| "_where": "/home/l/plc/node-red/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.1"
| },
| "deprecated": false,
| "description": "Guarantees an array back",
| "devDependencies": {
| "coveralls": "^2.13.1",
| "jsdoc-to-markdown": "^3.0.0",
| "test-runner": "^0.4.0"
| },
| "engines": {
| "node": ">=4"
| },
| "homepage": "https://github.com/75lb/array-back#readme",
| "keywords": [
| "to",
| "convert",
| "return",
| "array",
| "arrayify"
| ],
| "license": "MIT",
| "name": "array-back",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/array-back.git"
| },
| "scripts": {
| "cover": "istanbul cover ./node_modules/.bin/test-runner test.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls; echo",
| "docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
| "test": "test-runner test.js"
| },
| "version": "2.0.0"
| }
|
|