UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

84 lines (83 loc) 2.1 kB
{ "_args": [ [ "array-find@^1.0.0", "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/radium" ] ], "_from": "array-find@>=1.0.0 <2.0.0", "_id": "array-find@1.0.0", "_inCache": true, "_installable": true, "_location": "/array-find", "_nodeVersion": "2.0.2", "_npmUser": { "email": "stefanduberg@me.com", "name": "dubban" }, "_npmVersion": "2.9.0", "_phantomChildren": {}, "_requested": { "name": "array-find", "raw": "array-find@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/radium" ], "_resolved": "https://registry.npmjs.org/array-find/-/array-find-1.0.0.tgz", "_shasum": "6c8e286d11ed768327f8e62ecee87353ca3e78b8", "_shrinkwrap": null, "_spec": "array-find@^1.0.0", "_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/radium", "author": { "email": "stefanduberg@gmail.com", "name": "Stefan Duberg" }, "bugs": { "url": "https://github.com/stefanduberg/array-find/issues" }, "dependencies": {}, "description": "ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.", "devDependencies": { "tape": "^4.0.0" }, "directories": {}, "dist": { "shasum": "6c8e286d11ed768327f8e62ecee87353ca3e78b8", "tarball": "https://registry.npmjs.org/array-find/-/array-find-1.0.0.tgz" }, "gitHead": "4012979ba82db8a95db226e27d573a27e9e3597e", "homepage": "https://github.com/stefanduberg/array-find", "keywords": [ "array", "es 2015", "es2015", "es6", "find", "polyfill", "ponyfill" ], "license": "MIT", "main": "find.js", "maintainers": [ { "name": "dubban", "email": "stefanduberg@me.com" } ], "name": "array-find", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/stefanduberg/array-find.git" }, "scripts": { "test": "tape ./test.js" }, "version": "1.0.0" }