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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
| {
| "_from": "array-back@^4.0.1",
| "_id": "array-back@4.0.2",
| "_inBundle": false,
| "_integrity": "sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==",
| "_location": "/cache-point/array-back",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "array-back@^4.0.1",
| "name": "array-back",
| "escapedName": "array-back",
| "rawSpec": "^4.0.1",
| "saveSpec": null,
| "fetchSpec": "^4.0.1"
| },
| "_requiredBy": [
| "/cache-point"
| ],
| "_resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz",
| "_shasum": "8004e999a6274586beeb27342168652fdb89fa1e",
| "_spec": "array-back@^4.0.1",
| "_where": "/home/l/plc/node-red/node_modules/cache-point",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/75lb/array-back/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Guarantees an array back",
| "devDependencies": {
| "@test-runner/web": "^0.2.1",
| "c8": "^6.0.1",
| "coveralls": "^3.0.7",
| "esm-runner": "^0.2.0",
| "isomorphic-assert": "^0.1.1",
| "jsdoc-to-markdown": "^5.0.2",
| "rollup": "^1.26.5"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "index.mjs",
| "dist/index.js"
| ],
| "homepage": "https://github.com/75lb/array-back#readme",
| "keywords": [
| "to",
| "convert",
| "return",
| "array",
| "arrayify"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "array-back",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/array-back.git"
| },
| "scripts": {
| "cover": "c8 npm run test:esm && c8 report --reporter=text-lcov | coveralls",
| "dist": "rollup -f umd -n arrayBack -o dist/index.js index.mjs",
| "docs": "jsdoc2md -t README.hbs index.mjs -c jsdoc.conf > README.md",
| "test": "npm run dist && npm run test:esm && npm run test:web",
| "test:esm": "esm-runner test.mjs",
| "test:web": "web-runner test.mjs"
| },
| "standard": {
| "ignore": [
| "dist"
| ]
| },
| "version": "4.0.2"
| }
|
|