{
  "name": "core-js",
  "description": "Standard library",
  "version": "0.9.18",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zloirock/core-js.git"
  },
  "main": "index.js",
  "devDependencies": {
    "webpack": "1.9.x",
    "LiveScript": "1.3.x",
    "grunt": "0.4.x",
    "grunt-cli": "0.1.x",
    "grunt-livescript": "0.5.x",
    "grunt-contrib-uglify": "0.9.x",
    "grunt-contrib-watch": "0.6.x",
    "grunt-contrib-clean": "0.6.x",
    "grunt-contrib-copy": "0.8.x",
    "grunt-karma": "0.11.x",
    "karma": "0.12.x",
    "karma-qunit": "0.1.x",
    "karma-chrome-launcher": "0.1.x",
    "karma-ie-launcher": "0.2.x",
    "karma-firefox-launcher": "0.1.x",
    "karma-opera-launcher": "0.1.x",
    "karma-phantomjs-launcher": "0.2.x",
    "promises-aplus-tests": "2.1.x",
    "eslint": "0.23.x"
  },
  "scripts": {
    "grunt": "grunt",
    "lint": "eslint es5 es6 es7 js web core fn modules",
    "promises-tests": "promises-aplus-tests tests/promises_tests_adapter",
    "test": "npm run lint && npm run grunt client livescript karma:continuous && npm run promises-tests && lsc tests/commonjs"
  },
  "license": "MIT",
  "keywords": [
    "ES5",
    "ECMAScript 5",
    "ES6",
    "ECMAScript 6",
    "ES7",
    "ECMAScript 7",
    "Harmony",
    "Strawman",
    "Map",
    "Set",
    "WeakMap",
    "WeakSet",
    "Dict",
    "Promise",
    "Symbol",
    "Array generics",
    "setImmediate",
    "partial application",
    "Date formatting"
  ],
  "gitHead": "e60761932a660074c10ed5649f332ab06b6919a4",
  "bugs": {
    "url": "https://github.com/zloirock/core-js/issues"
  },
  "homepage": "https://github.com/zloirock/core-js#readme",
  "_id": "core-js@0.9.18",
  "_shasum": "13f458e430232b0f4ec1f480da7c2f5288e9d095",
  "_from": ".",
  "_npmVersion": "2.11.0",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "name": "zloirock",
    "email": "zloirock@zloirock.ru"
  },
  "maintainers": [
    {
      "name": "zloirock",
      "email": "zloirock@zloirock.ru"
    }
  ],
  "dist": {
    "shasum": "13f458e430232b0f4ec1f480da7c2f5288e9d095",
    "tarball": "http://registry.npmjs.org/core-js/-/core-js-0.9.18.tgz"
  },
  "format": "cjs",
  "ignore": [
    "node_modules"
  ],
  "registry": "npm",
  "dependencies": {
    "systemjs-json": "github:systemjs/plugin-json@^0.1.0",
    "process": "github:jspm/nodelibs-process@^0.1.0",
    "fs": "github:jspm/nodelibs-fs@^0.1.0"
  }
}