{
  "_args": [
    [
      {
        "raw": "graphql@0.7.2",
        "scope": null,
        "escapedName": "graphql",
        "name": "graphql",
        "rawSpec": "0.7.2",
        "spec": "0.7.2",
        "type": "version"
      },
      "/Users/xuhao/Opensource/create-react-app/packages/react-scripts"
    ]
  ],
  "_cnpm_publish_time": 1476123247857,
  "_from": "graphql@0.7.2",
  "_id": "graphql@0.7.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/graphql",
  "_nodeVersion": "6.7.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/graphql-0.7.2.tgz_1476123246763_0.5612394695635885"
  },
  "_npmUser": {
    "name": "leebyron",
    "email": "lee@leebyron.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "graphql@0.7.2",
    "scope": null,
    "escapedName": "graphql",
    "name": "graphql",
    "rawSpec": "0.7.2",
    "spec": "0.7.2",
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "http://registry.npm.taobao.org/graphql/download/graphql-0.7.2.tgz",
  "_shasum": "cc894a32823399b8a0cb012b9e9ecad35cd00f72",
  "_shrinkwrap": null,
  "_spec": "graphql@0.7.2",
  "_where": "/Users/xuhao/Opensource/create-react-app/packages/react-scripts",
  "bugs": {
    "url": "https://github.com/graphql/graphql-js/issues"
  },
  "contributors": [
    {
      "name": "Lee Byron",
      "email": "lee@leebyron.com",
      "url": "http://leebyron.com/"
    },
    {
      "name": "Nicholas Schrock",
      "email": "schrockn@fb.com"
    },
    {
      "name": "Daniel Schafer",
      "email": "dschafer@fb.com"
    }
  ],
  "dependencies": {
    "iterall": "1.0.2"
  },
  "description": "A Query Language and Runtime which can target any service.",
  "devDependencies": {
    "babel-cli": "6.10.1",
    "babel-eslint": "6.1.0",
    "babel-plugin-check-es2015-constants": "6.8.0",
    "babel-plugin-syntax-async-functions": "6.8.0",
    "babel-plugin-transform-class-properties": "6.10.2",
    "babel-plugin-transform-es2015-arrow-functions": "6.8.0",
    "babel-plugin-transform-es2015-block-scoped-functions": "6.8.0",
    "babel-plugin-transform-es2015-block-scoping": "6.10.1",
    "babel-plugin-transform-es2015-classes": "6.9.0",
    "babel-plugin-transform-es2015-computed-properties": "6.8.0",
    "babel-plugin-transform-es2015-destructuring": "6.9.0",
    "babel-plugin-transform-es2015-duplicate-keys": "6.8.0",
    "babel-plugin-transform-es2015-function-name": "6.9.0",
    "babel-plugin-transform-es2015-literals": "6.8.0",
    "babel-plugin-transform-es2015-modules-commonjs": "6.10.3",
    "babel-plugin-transform-es2015-object-super": "6.8.0",
    "babel-plugin-transform-es2015-parameters": "6.9.0",
    "babel-plugin-transform-es2015-shorthand-properties": "6.8.0",
    "babel-plugin-transform-es2015-spread": "6.8.0",
    "babel-plugin-transform-es2015-template-literals": "6.8.0",
    "babel-plugin-transform-flow-strip-types": "6.8.0",
    "babel-plugin-transform-object-rest-spread": "6.8.0",
    "babel-plugin-transform-regenerator": "6.9.0",
    "chai": "3.5.0",
    "chai-json-equal": "0.0.1",
    "chai-subset": "1.2.2",
    "coveralls": "2.11.9",
    "eslint": "3.1.1",
    "eslint-plugin-babel": "3.3.0",
    "eslint-plugin-flow-vars": "0.4.0",
    "eslint-plugin-flowtype": "2.3.1",
    "flow-bin": "0.32.0",
    "isparta": "4.0.0",
    "mocha": "2.5.3",
    "sane": "1.3.4"
  },
  "directories": {},
  "dist": {
    "shasum": "cc894a32823399b8a0cb012b9e9ecad35cd00f72",
    "size": 78390,
    "noattachment": false,
    "tarball": "http://registry.npm.taobao.org/graphql/download/graphql-0.7.2.tgz"
  },
  "gitHead": "73513d35747cdea255156edbe30d85d9bd0c1b81",
  "homepage": "https://github.com/graphql/graphql-js",
  "license": "BSD-3-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "dschafer",
      "email": "dschafer@fb.com"
    },
    {
      "name": "leebyron",
      "email": "lee@leebyron.com"
    },
    {
      "name": "schrockn",
      "email": "schrockn@gmail.com"
    }
  ],
  "name": "graphql",
  "optionalDependencies": {},
  "options": {
    "mocha": "--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"
  },
  "publish_time": 1476123247857,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/graphql/graphql-js.git"
  },
  "scripts": {
    "build": "babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/",
    "check": "flow check",
    "check-cover": "for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done",
    "cover": "babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha",
    "cover:lcov": "babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha",
    "lint": "eslint src",
    "prepublish": ". ./resources/prepublish.sh",
    "preversion": ". ./resources/checkgit.sh && npm test",
    "t": "babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload",
    "test": "npm run lint && npm run check && npm run testonly",
    "testonly": "babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha",
    "watch": "babel-node ./resources/watch.js"
  },
  "version": "0.7.2"
}
