minis-data-old/node_modules/hashmap/package.json
walamana f62311d20a Updated to the new database schema
Signed-off-by: walamana <joniogerg@gmail.com>
2018-05-24 16:35:32 +02:00

72 lines
1.6 KiB
JSON

{
"_from": "hashmap",
"_id": "hashmap@2.3.0",
"_inBundle": false,
"_integrity": "sha1-sT+2XafIul49uPwbjFuh0ASdryI=",
"_location": "/hashmap",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "hashmap",
"name": "hashmap",
"escapedName": "hashmap",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/hashmap/-/hashmap-2.3.0.tgz",
"_shasum": "b13fb65da7c8ba5e3db8fc1b8c5ba1d0049daf22",
"_spec": "hashmap",
"_where": "C:\\Users\\jonio\\Documents\\Programmieren\\Miniportal\\Neu\\MiniportalAPI",
"author": {
"name": "Ariel Flesler",
"url": "https://github.com/flesler"
},
"bugs": {
"url": "https://github.com/flesler/hashmap/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "HashMap Class for JavaScript",
"devDependencies": {
"chai": "4.1.1",
"husky": "0.14.3",
"jshint": "2.9.5",
"mocha": "3.5.0"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/flesler/hashmap",
"keywords": [
"hashmap",
"map",
"object",
"array",
"associative",
"javascript",
"nodejs",
"node",
"browser"
],
"license": "MIT",
"main": "./hashmap.js",
"name": "hashmap",
"repository": {
"type": "git",
"url": "git://github.com/flesler/hashmap.git"
},
"scripts": {
"precommit": "jshint hashmap.js",
"prepush": "npm run test",
"test": "mocha test/ --reporter dot"
},
"version": "2.3.0"
}