{
  "_from": "is-arrow-function@^2.0.3",
  "_id": "is-arrow-function@2.0.3",
  "_inBundle": false,
  "_integrity": "sha1-Kb4sLY2UUIUri7r7Y1unuNjofsI=",
  "_location": "/is-arrow-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-arrow-function@^2.0.3",
    "name": "is-arrow-function",
    "escapedName": "is-arrow-function",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/is-equal"
  ],
  "_resolved": "https://registry.npmjs.org/is-arrow-function/-/is-arrow-function-2.0.3.tgz",
  "_shasum": "29be2c2d8d9450852b8bbafb635ba7b8d8e87ec2",
  "_spec": "is-arrow-function@^2.0.3",
  "_where": "/Users/jandvorak/Development/feedbot/packages/redux-scuttlebutt/node_modules/is-equal",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/ljharb/is-arrow-function/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-callable": "^1.0.4"
  },
  "deprecated": false,
  "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"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/ljharb/is-arrow-function#readme",
  "keywords": [
    "arrow",
    "arrow function",
    "es6",
    "fat",
    "fat arrow",
    "function",
    "=>"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-arrow-function",
  "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": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "2.0.3"
}
