{
  "_args": [
    [
      {
        "raw": "es6-collections@>=0.0.1",
        "scope": null,
        "escapedName": "es6-collections",
        "name": "es6-collections",
        "rawSpec": ">=0.0.1",
        "spec": ">=0.0.1",
        "type": "range"
      },
      "/Users/alexandereul/WebstormProjects/Opal/node_modules/johnny-five"
    ]
  ],
  "_from": "es6-collections@>=0.0.1",
  "_id": "es6-collections@0.5.6",
  "_inCache": true,
  "_location": "/es6-collections",
  "_nodeVersion": "5.7.1",
  "_npmOperationalInternal": {
    "host": "packages-13-west.internal.npmjs.com",
    "tmp": "tmp/es6-collections-0.5.6.tgz_1457607095824_0.35112943849526346"
  },
  "_npmUser": {
    "name": "webreflection",
    "email": "andrea.giammarchi@gmail.com"
  },
  "_npmVersion": "3.8.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "es6-collections@>=0.0.1",
    "scope": null,
    "escapedName": "es6-collections",
    "name": "es6-collections",
    "rawSpec": ">=0.0.1",
    "spec": ">=0.0.1",
    "type": "range"
  },
  "_requiredBy": [
    "/johnny-five"
  ],
  "_resolved": "https://registry.npmjs.org/es6-collections/-/es6-collections-0.5.6.tgz",
  "_shasum": "5552e800ad12c1820cda2bd4a79ae7dbb03d89a2",
  "_shrinkwrap": null,
  "_spec": "es6-collections@>=0.0.1",
  "_where": "/Users/alexandereul/WebstormProjects/Opal/node_modules/johnny-five",
  "author": {
    "name": "Andrea Giammarchi",
    "email": "andrea.giammarchi@gmail.com",
    "url": "http://webreflection.blogspot.com/"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/es6-collections/issues"
  },
  "contributors": [
    {
      "name": "Dmitry Ivanov",
      "email": "df.creative@gmail.com",
      "url": "http://github.com/dfcreative"
    }
  ],
  "dependencies": {},
  "deprecated": "not actively maintained anymore",
  "description": "ES6 Harmony like collections such Map, WeakMap, and Set",
  "devDependencies": {
    "better-assert": "~1.0.1",
    "browserify": "~5.12.0",
    "closurecompiler": "~1.3.2",
    "mocha": "~1.21.4"
  },
  "directories": {},
  "dist": {
    "shasum": "5552e800ad12c1820cda2bd4a79ae7dbb03d89a2",
    "tarball": "https://registry.npmjs.org/es6-collections/-/es6-collections-0.5.6.tgz"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "gitHead": "45ce79522eda5eefd53b6c7be2373d9ee675887c",
  "homepage": "https://github.com/WebReflection/es6-collections",
  "keywords": [
    "WeakMap",
    "Map",
    "Set",
    "shim",
    "polyfill",
    "ES6",
    "Harmony"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "webreflection",
      "email": "andrea.giammarchi@gmail.com"
    }
  ],
  "name": "es6-collections",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/WebReflection/es6-collections.git"
  },
  "scripts": {
    "build": "npm run minify && npm run test",
    "minify": "./node_modules/closurecompiler/bin/ccjs index.js > es6-collections.js",
    "test": "./node_modules/mocha/bin/mocha"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/6..latest",
      "chrome/22..latest",
      "firefox/16..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6",
      "android-browser/latest"
    ],
    "harness": "mocha-bdd"
  },
  "version": "0.5.6"
}
