{ "_from": "array-to-error@^1.0.0", "_id": "array-to-error@1.1.1", "_inBundle": false, "_integrity": "sha1-1ogSkm0UCXogVXmmZ+6vGFakTAc=", "_location": "/array-to-error", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "array-to-error@^1.0.0", "name": "array-to-error", "escapedName": "array-to-error", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/clean-css-promise" ], "_resolved": "https://registry.npmjs.org/array-to-error/-/array-to-error-1.1.1.tgz", "_shasum": "d68812926d14097a205579a667eeaf1856a44c07", "_spec": "array-to-error@^1.0.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/clean-css-promise", "author": { "name": "Shinnosuke Watanabe", "url": "https://github.com/shinnn" }, "bugs": { "url": "https://github.com/shinnn/array-to-error/issues" }, "bundleDependencies": false, "dependencies": { "array-to-sentence": "^1.1.0" }, "deprecated": false, "description": "Create an error from an array of error messages", "devDependencies": { "@shinnn/eslint-config": "^2.4.0", "bower": "^1.7.9", "eslint": "^2.13.1", "istanbul": "^0.4.4", "require-bower-files": "^3.0.0", "require-from-string": "^1.2.0", "rollup": "^0.32.0", "rollup-plugin-node-resolve": "^1.7.0", "tap-spec": "^4.1.1", "tape": "^4.6.0" }, "files": [ "index.js", "index.jsnext.js" ], "homepage": "https://github.com/shinnn/array-to-error#readme", "jsnext:main": "index.jsnext.js", "keywords": [ "err", "error", "arr", "array", "convert", "join", "concat", "concatenate", "concatenation", "browser" ], "license": "MIT", "name": "array-to-error", "repository": { "type": "git", "url": "git+https://github.com/shinnn/array-to-error.git" }, "scripts": { "coverage": "istanbul cover -x=bower_components/array-to-sentence/* test.js", "pretest": "bower install --production && eslint --fix --config @shinnn --ignore-path .gitignore .", "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-spec" }, "version": "1.1.1" }