{
  "_args": [
    [
      {
        "raw": "hashmap@^2.0.1",
        "scope": null,
        "escapedName": "hashmap",
        "name": "hashmap",
        "rawSpec": "^2.0.1",
        "spec": ">=2.0.1 <3.0.0",
        "type": "range"
      },
      "/home/travis/build/waterlinejs/sqlite3-adapter/node_modules/pool2"
    ]
  ],
  "_from": "hashmap@>=2.0.1 <3.0.0",
  "_id": "hashmap@2.1.0",
  "_inBundle": true,
  "_inCache": true,
  "_location": "/waterline-sqlite3/hashmap",
  "_nodeVersion": "6.10.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/hashmap-2.1.0.tgz_1491578760959_0.7539032222703099"
  },
  "_npmUser": {
    "name": "flesler",
    "email": "aflesler@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "hashmap@^2.0.1",
    "scope": null,
    "escapedName": "hashmap",
    "name": "hashmap",
    "rawSpec": "^2.0.1",
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/waterline-sqlite3/pool2"
  ],
  "_resolved": "https://registry.npmjs.org/hashmap/-/hashmap-2.1.0.tgz",
  "_shasum": "fe163aa781db4665bbd76f554e390c8c55ce920a",
  "_shrinkwrap": null,
  "_spec": "hashmap@^2.0.1",
  "_where": "/home/travis/build/waterlinejs/sqlite3-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",
    "jshint": "2.9.2",
    "mocha": "2.5.1"
  },
  "directories": {},
  "dist": {
    "shasum": "fe163aa781db4665bbd76f554e390c8c55ce920a",
    "tarball": "https://registry.npmjs.org/hashmap/-/hashmap-2.1.0.tgz"
  },
  "engines": {
    "node": "*"
  },
  "gitHead": "d0ad325c3f894b493a65770e6aa2ef4da468f6e1",
  "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": {
    "precommit": "jshint hashmap.js",
    "prepush": "mocha test/ --reporter dot"
  },
  "version": "2.1.0"
}
