UNPKG

motion

Version:

motion - moving development forward

73 lines (72 loc) 2.68 kB
{ "_args": [ [ "is-arrayish@https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "is-arrayish@>=0.2.1 <0.3.0", "_id": "is-arrayish@0.2.1", "_inCache": true, "_location": "/is-arrayish", "_phantomChildren": {}, "_requested": { "name": "is-arrayish", "raw": "is-arrayish@https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "rawSpec": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "scope": null, "spec": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "type": "remote" }, "_requiredBy": [ "/error-ex" ], "_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "_shasum": "77c99840527aa8ecb1a8ba697b80645a7a926a9d", "_shrinkwrap": null, "_spec": "is-arrayish@https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "name": "Qix", "url": "http://github.com/qix-" }, "bugs": { "url": "https://github.com/qix-/node-is-arrayish/issues" }, "dependencies": {}, "description": "Determines if an object can be used as an array", "devDependencies": { "coffee-script": "^1.9.3", "coveralls": "^2.11.2", "istanbul": "^0.3.17", "mocha": "^2.2.5", "should": "^7.0.1", "xo": "^0.6.1" }, "homepage": "https://github.com/qix-/node-is-arrayish#readme", "keywords": [ "array", "arrayish", "duck", "is", "proto", "prototype", "similar", "type", "type" ], "license": "MIT", "name": "is-arrayish", "optionalDependencies": {}, "readme": "# node-is-arrayish [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-is-arrayish.svg?style=flat-square)](https://travis-ci.org/Qix-/node-is-arrayish) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-is-arrayish.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-is-arrayish)\n> Determines if an object can be used like an Array\n\n## Example\n```javascript\nvar isArrayish = require('is-arrayish');\n\nisArrayish([]); // true\nisArrayish({__proto__: []}); // true\nisArrayish({}); // false\nisArrayish({length:10}); // false\n```\n\n## License\nLicensed under the [MIT License](http://opensource.org/licenses/MIT).\nYou can find a copy of it in [LICENSE](LICENSE).\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/qix-/node-is-arrayish.git" }, "scripts": { "pretest": "xo", "test": "mocha --compilers coffee:coffee-script/register" }, "version": "0.2.1" }