{ "_from": "array-back@^3.0.1", "_id": "array-back@3.1.0", "_inBundle": false, "_integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==", "_location": "/ansi-escape-sequences/array-back", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "array-back@^3.0.1", "name": "array-back", "escapedName": "array-back", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/ansi-escape-sequences" ], "_resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", "_shasum": "b8859d7a508871c9a7b2cf42f99428f65e96bfb0", "_spec": "array-back@^3.0.1", "_where": "/home/l/plc/node-red/node_modules/ansi-escape-sequences", "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": { "coveralls": "^3.0.3", "jsdoc-to-markdown": "^4.0.1", "rollup": "^1.9.0", "test-runner": "^0.5.1" }, "engines": { "node": ">=6" }, "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": "nyc test-runner test.js && nyc report --reporter=text-lcov | coveralls", "dist": "rollup -c build/index.config.js", "dist:test": "rollup -c build/test.config.js", "docs": "jsdoc2md -t README.hbs index.mjs -c build/jsdoc.conf > README.md; echo", "lint": "standard **/*.mjs", "test": "npm run test:esm && npm run test:js", "test:esm": "node --experimental-modules test.mjs", "test:js": "npm run dist:test && node dist/test.js" }, "standard": { "ignore": [ "dist", "build" ] }, "version": "3.1.0" }