{
  "_args": [
    [
      "core-js@^1.0.0",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/babel-runtime"
    ]
  ],
  "_from": "core-js@>=1.0.0 <2.0.0",
  "_id": "core-js@1.2.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/core-js",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "email": "zloirock@zloirock.ru",
    "name": "zloirock"
  },
  "_npmVersion": "3.3.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "core-js",
    "raw": "core-js@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-runtime"
  ],
  "_resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz",
  "_shasum": "e2351f6cae764f8c34e5d839acb6a60cef8b4a45",
  "_shrinkwrap": null,
  "_spec": "core-js@^1.0.0",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/babel-runtime",
  "bugs": {
    "url": "https://github.com/zloirock/core-js/issues"
  },
  "dependencies": {},
  "description": "Standard library",
  "devDependencies": {
    "LiveScript": "1.3.x",
    "eslint": "1.9.x",
    "grunt": "0.4.x",
    "grunt-cli": "0.1.x",
    "grunt-contrib-clean": "0.6.x",
    "grunt-contrib-copy": "0.8.x",
    "grunt-contrib-uglify": "0.10.x",
    "grunt-contrib-watch": "0.6.x",
    "grunt-karma": "0.12.x",
    "grunt-livescript": "0.5.x",
    "karma": "0.13.x",
    "karma-chrome-launcher": "0.2.x",
    "karma-firefox-launcher": "0.1.x",
    "karma-ie-launcher": "0.2.x",
    "karma-phantomjs-launcher": "0.2.x",
    "karma-qunit": "0.1.x",
    "promises-aplus-tests": "2.1.x",
    "webpack": "1.12.x"
  },
  "directories": {},
  "dist": {
    "shasum": "e2351f6cae764f8c34e5d839acb6a60cef8b4a45",
    "tarball": "http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz"
  },
  "gitHead": "280a87d5b3fdbc067c589b2bf960edb1ea12e03c",
  "homepage": "https://github.com/zloirock/core-js#readme",
  "keywords": [
    "Array generics",
    "Dict",
    "ECMAScript 5",
    "ECMAScript 6",
    "ECMAScript 7",
    "ES5",
    "ES6",
    "ES7",
    "Harmony",
    "Map",
    "Promise",
    "Set",
    "Strawman",
    "Symbol",
    "WeakMap",
    "WeakSet",
    "partial application",
    "setImmediate"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "zloirock",
      "email": "zloirock@zloirock.ru"
    }
  ],
  "name": "core-js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zloirock/core-js.git"
  },
  "scripts": {
    "grunt": "grunt",
    "lint": "eslint es5 es6 es7 js web core fn modules",
    "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
    "test": "npm run lint && npm run grunt livescript client karma:continuous library karma:continuous-library && npm run promises-tests && lsc tests/commonjs"
  },
  "version": "1.2.6"
}
