{
  "_args": [
    [
      "hashmap@^2.0.1",
      "/home/travis/build/waterlinejs/postgresql-adapter/node_modules/pool2"
    ]
  ],
  "_from": "hashmap@>=2.0.1 <3.0.0",
  "_id": "hashmap@2.0.5",
  "_inBundle": true,
  "_inCache": true,
  "_installable": true,
  "_location": "/waterline-postgresql/hashmap",
  "_nodeVersion": "0.12.9",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/hashmap-2.0.5.tgz_1460119216049_0.5537721696309745"
  },
  "_npmUser": {
    "email": "aflesler@gmail.com",
    "name": "flesler"
  },
  "_npmVersion": "2.14.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "hashmap",
    "raw": "hashmap@^2.0.1",
    "rawSpec": "^2.0.1",
    "scope": null,
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/waterline-postgresql/pool2"
  ],
  "_resolved": "https://registry.npmjs.org/hashmap/-/hashmap-2.0.5.tgz",
  "_shasum": "a039ec55bd6d56676e970efe5ed30288bee33c66",
  "_shrinkwrap": null,
  "_spec": "hashmap@^2.0.1",
  "_where": "/home/travis/build/waterlinejs/postgresql-adapter/node_modules/pool2",
  "author": {
    "name": "Ariel Flesler",
    "email": "aflesler@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/flesler/hashmap/issues"
  },
  "dependencies": {},
  "description": "HashMap Class for JavaScript",
  "devDependencies": {
    "chai": "^3.5.0",
    "husky": "^0.11.4",
    "mocha": "^2.4.5"
  },
  "directories": {},
  "dist": {
    "shasum": "a039ec55bd6d56676e970efe5ed30288bee33c66",
    "tarball": "https://registry.npmjs.org/hashmap/-/hashmap-2.0.5.tgz"
  },
  "engines": {
    "node": "*"
  },
  "gitHead": "70248f506cd4a3b19fb5d56a804b67f6a6821491",
  "homepage": "https://github.com/flesler/hashmap",
  "keywords": [
    "hashmap",
    "map",
    "object",
    "array",
    "associative",
    "javascript",
    "nodejs",
    "node",
    "browser"
  ],
  "license": "MIT",
  "main": "./hashmap.js",
  "maintainers": [
    {
      "name": "flesler",
      "email": "aflesler@gmail.com"
    }
  ],
  "name": "hashmap",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/flesler/hashmap.git"
  },
  "scripts": {
    "prepush": "npm test -- --reporter dot",
    "test": "mocha test/*.js"
  },
  "version": "2.0.5"
}
