{ "_from": "array-to-sentence@^1.1.0", "_id": "array-to-sentence@1.1.0", "_inBundle": false, "_integrity": "sha1-yASVba+lMjJJWyBalFJ1OiWNOfw=", "_location": "/array-to-sentence", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "array-to-sentence@^1.1.0", "name": "array-to-sentence", "escapedName": "array-to-sentence", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/array-to-error" ], "_resolved": "https://registry.npmjs.org/array-to-sentence/-/array-to-sentence-1.1.0.tgz", "_shasum": "c804956dafa53232495b205a9452753a258d39fc", "_spec": "array-to-sentence@^1.1.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/array-to-error", "bugs": { "url": "https://github.com/shinnn/array-to-sentence/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Join all elements of an array and create a human-readable string", "devDependencies": { "@shinnn/eslint-config": "^2.3.0", "eslint": "^2.12.0", "istanbul": "^0.4.3", "require-from-string": "^1.2.0", "rollup": "^0.31.2", "tape": "^4.5.1" }, "files": [ "index.js", "index.jsnext.js" ], "homepage": "https://github.com/shinnn/array-to-sentence#readme", "jsnext:main": "index.jsnext.js", "keywords": [ "to-sentence", "sentence", "array", "join", "human", "readable", "string", "separator", "comma", "and", "browser", "client-side" ], "license": "MIT", "name": "array-to-sentence", "repository": { "type": "git", "url": "git+https://github.com/shinnn/array-to-sentence.git" }, "scripts": { "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js", "pretest": "eslint --fix --config @shinnn --ignore-path .gitignore .", "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js" }, "version": "1.1.0" }