You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.2 KiB
JSON

{
"_args": [
[
"hashmap@^2.0.1",
"/Users/alfiepates/src/invoicer/node_modules/pool2"
]
],
"_from": "hashmap@>=2.0.1 <3.0.0",
"_id": "hashmap@2.0.5",
"_inCache": true,
"_installable": true,
"_location": "/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": [
"/pool2"
],
"_resolved": "http://localhost:4873/hashmap/-/hashmap-2.0.5.tgz",
"_shasum": "a039ec55bd6d56676e970efe5ed30288bee33c66",
"_shrinkwrap": null,
"_spec": "hashmap@^2.0.1",
"_where": "/Users/alfiepates/src/invoicer/node_modules/pool2",
"author": {
"email": "aflesler@gmail.com",
"name": "Ariel Flesler"
},
"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": "http://localhost:4873/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": [
{
"email": "aflesler@gmail.com",
"name": "flesler"
}
],
"name": "hashmap",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/flesler/hashmap.git"
},
"scripts": {
"prepush": "npm test -- --reporter dot",
"test": "mocha test/*.js"
},
"version": "2.0.5"
}