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
82
| {
| "_from": "array-back@^5.0.0",
| "_id": "array-back@5.0.0",
| "_inBundle": false,
| "_integrity": "sha512-kgVWwJReZWmVuWOQKEOohXKJX+nD02JAZ54D1RRWlv8L0NebauKAaFxACKzB74RTclt1+WNz5KHaLRDAPZbDEw==",
| "_location": "/file-set/array-back",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "array-back@^5.0.0",
| "name": "array-back",
| "escapedName": "array-back",
| "rawSpec": "^5.0.0",
| "saveSpec": null,
| "fetchSpec": "^5.0.0"
| },
| "_requiredBy": [
| "/file-set"
| ],
| "_resolved": "https://registry.npmjs.org/array-back/-/array-back-5.0.0.tgz",
| "_shasum": "e196609edcec48376236d163958df76e659a0d36",
| "_spec": "array-back@^5.0.0",
| "_where": "/home/l/plc/node-red/node_modules/file-set",
| "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.3.5",
| "c8": "^7.3.0",
| "coveralls": "^3.1.0",
| "esm-runner": "^0.3.4",
| "isomorphic-assert": "^0.1.1",
| "jsdoc-to-markdown": "^6.0.1",
| "rollup": "^2.26.8"
| },
| "engines": {
| "node": ">=10"
| },
| "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",
| "module": "index.mjs",
| "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": "5.0.0"
| }
|
|