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
| {
| "_from": "array-back@^6.2.2",
| "_id": "array-back@6.2.2",
| "_inBundle": false,
| "_integrity": "sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==",
| "_location": "/array-back",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "array-back@^6.2.2",
| "name": "array-back",
| "escapedName": "array-back",
| "rawSpec": "^6.2.2",
| "saveSpec": null,
| "fetchSpec": "^6.2.2"
| },
| "_requiredBy": [
| "/dmd",
| "/jsdoc-api",
| "/jsdoc-parse",
| "/jsdoc-to-markdown"
| ],
| "_resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz",
| "_shasum": "f567d99e9af88a6d3d2f9dfcc21db6f9ba9fd157",
| "_spec": "array-back@^6.2.2",
| "_where": "/home/l/plc/node-red/node_modules/jsdoc-to-markdown",
| "author": {
| "name": "Lloyd Brookes",
| "email": "75pound@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/75lb/array-back/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Guarantees an array back",
| "devDependencies": {
| "isomorphic-assert": "^1.0.0",
| "jsdoc-to-markdown": "^7.1.0",
| "rollup": "^2.64.0",
| "test-object-model": "^0.7.1",
| "test-runner": "^0.10.0"
| },
| "engines": {
| "node": ">=12.17"
| },
| "exports": {
| "import": "./index.js",
| "require": "./dist/index.cjs"
| },
| "files": [
| "index.js",
| "index.mjs",
| "dist"
| ],
| "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": {
| "dist": "rollup -c",
| "docs": "jsdoc2md -t README.hbs index.js > README.md",
| "test": "npm run dist && npm run test:node",
| "test:node": "test-runner test.js",
| "test:web": "web-runner test.js"
| },
| "type": "module",
| "version": "6.2.2"
| }
|
|