UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

118 lines (117 loc) 3.08 kB
{ "_args": [ [ "is-arrow-function@^2.0.3", "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/is-equal" ] ], "_from": "is-arrow-function@>=2.0.3 <3.0.0", "_id": "is-arrow-function@2.0.3", "_inCache": true, "_installable": true, "_location": "/is-arrow-function", "_nodeVersion": "3.0.0", "_npmUser": { "email": "ljharb@gmail.com", "name": "ljharb" }, "_npmVersion": "2.14.0", "_phantomChildren": {}, "_requested": { "name": "is-arrow-function", "raw": "is-arrow-function@^2.0.3", "rawSpec": "^2.0.3", "scope": null, "spec": ">=2.0.3 <3.0.0", "type": "range" }, "_requiredBy": [ "/is-equal" ], "_resolved": "https://registry.npmjs.org/is-arrow-function/-/is-arrow-function-2.0.3.tgz", "_shasum": "29be2c2d8d9450852b8bbafb635ba7b8d8e87ec2", "_shrinkwrap": null, "_spec": "is-arrow-function@^2.0.3", "_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/is-equal", "author": { "name": "Jordan Harband" }, "bugs": { "url": "https://github.com/ljharb/is-arrow-function/issues" }, "dependencies": { "is-callable": "^1.0.4" }, "description": "Determine if a function is an ES6 arrow function or not.", "devDependencies": { "@ljharb/eslint-config": "^1.0.4", "covert": "^1.1.0", "eslint": "^1.1.0", "jscs": "^2.1.0", "make-arrow-function": "^1.0.0", "nsp": "^1.0.3", "tape": "^4.1.0" }, "directories": {}, "dist": { "shasum": "29be2c2d8d9450852b8bbafb635ba7b8d8e87ec2", "tarball": "http://registry.npmjs.org/is-arrow-function/-/is-arrow-function-2.0.3.tgz" }, "engines": { "node": ">= 0.4" }, "gitHead": "62a6d8a3f33df4916527ce4dc846936e0e6ad9b3", "homepage": "https://github.com/ljharb/is-arrow-function#readme", "keywords": [ "=>", "arrow", "arrow function", "es6", "fat", "fat arrow", "function" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "ljharb", "email": "ljharb@gmail.com" } ], "name": "is-arrow-function", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/ljharb/is-arrow-function.git" }, "scripts": { "coverage": "covert test/index.js", "coverage-quiet": "covert test/index.js --quiet", "eslint": "eslint *.js */*.js", "jscs": "jscs *.js */*.js", "lint": "npm run jscs && npm run eslint", "security": "nsp package", "test": "npm run lint && node --es-staging --harmony test/index.js && npm run security" }, "testling": { "browsers": [ "android-browser/4.2", "chrome/20.0..latest", "chrome/4.0..10.0", "chrome/canary", "firefox/15.0..latest", "firefox/3.0..6.0", "firefox/nightly", "iexplore/6.0..latest", "ipad/6.0..latest", "iphone/6.0..latest", "opera/10.0..latest", "opera/next", "safari/4.0..latest" ], "files": "test/index.js" }, "version": "2.0.3" }