{ "_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" }