{
  "_args": [
    [
      {
        "raw": "iterall@1.0.2",
        "scope": null,
        "escapedName": "iterall",
        "name": "iterall",
        "rawSpec": "1.0.2",
        "spec": "1.0.2",
        "type": "version"
      },
      "/Users/xuhao/Opensource/create-react-app/packages/react-scripts/node_modules/babel-relay-plugin/node_modules/graphql"
    ]
  ],
  "_cnpm_publish_time": 1467240892150,
  "_from": "iterall@1.0.2",
  "_id": "iterall@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/iterall",
  "_nodeVersion": "6.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/iterall-1.0.2.tgz_1467240891724_0.4510333016514778"
  },
  "_npmUser": {
    "name": "leebyron",
    "email": "lee@leebyron.com"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "iterall@1.0.2",
    "scope": null,
    "escapedName": "iterall",
    "name": "iterall",
    "rawSpec": "1.0.2",
    "spec": "1.0.2",
    "type": "version"
  },
  "_requiredBy": [
    "/babel-relay-plugin/graphql",
    "/graphql"
  ],
  "_resolved": "http://registry.npm.taobao.org/iterall/download/iterall-1.0.2.tgz",
  "_shasum": "41a2e96ce9eda5e61c767ee5dc312373bb046e91",
  "_shrinkwrap": null,
  "_spec": "iterall@1.0.2",
  "_where": "/Users/xuhao/Opensource/create-react-app/packages/react-scripts/node_modules/babel-relay-plugin/node_modules/graphql",
  "author": {
    "name": "Lee Byron",
    "email": "lee@leebyron.com",
    "url": "http://leebyron.com/"
  },
  "bugs": {
    "url": "https://github.com/leebyron/iterall/issues"
  },
  "dependencies": {},
  "description": "Minimal zero-dependency utilities for using JavaScript Iterables in all environments.",
  "devDependencies": {
    "coveralls": "2.11.9",
    "documentation": "4.0.0-beta5",
    "nyc": "6.6.1",
    "standard": "7.1.2"
  },
  "directories": {},
  "dist": {
    "shasum": "41a2e96ce9eda5e61c767ee5dc312373bb046e91",
    "size": 6254,
    "noattachment": false,
    "tarball": "http://registry.npm.taobao.org/iterall/download/iterall-1.0.2.tgz"
  },
  "files": [
    "index.js",
    "index.js.flow",
    "index.d.ts",
    "LICENSE"
  ],
  "gitHead": "8b55d27b3f386751ef3d7a84aa9ec38b1a30a3c8",
  "homepage": "https://github.com/leebyron/iterall#readme",
  "keywords": [
    "es6",
    "iterator",
    "iterable",
    "polyfill",
    "for-of"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "leebyron",
      "email": "lee@leebyron.com"
    }
  ],
  "name": "iterall",
  "optionalDependencies": {},
  "publish_time": 1467240892150,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/leebyron/iterall.git"
  },
  "scripts": {
    "docs": "documentation readme -gs API",
    "lint": "standard --verbose index.js test.js",
    "test": "npm run lint && npm run testonly && npm run testdocs",
    "testdocs": "if [ \"$(documentation readme -dgs API | grep -vF 'up to date')\" ]; then echo 'Must run: npm run docs'; exit 1; fi;",
    "testonly": "nyc --check-coverage --statements 100 node test.js",
    "travis": "npm run test && nyc report --reporter=text-lcov | coveralls"
  },
  "version": "1.0.2"
}
