minis-data-old/node_modules/hashmap/package.json
2024-08-06 22:13:11 +02:00

74 lines
1.5 KiB
JSON

{
"_args": [
[
"hashmap@2.3.0",
"/var/www/backend/minis-data"
]
],
"_from": "hashmap@2.3.0",
"_id": "hashmap@2.3.0",
"_inBundle": false,
"_integrity": "sha1-sT+2XafIul49uPwbjFuh0ASdryI=",
"_location": "/hashmap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hashmap@2.3.0",
"name": "hashmap",
"escapedName": "hashmap",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/hashmap/-/hashmap-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "/var/www/backend/minis-data",
"author": {
"name": "Ariel Flesler",
"url": "https://github.com/flesler"
},
"bugs": {
"url": "https://github.com/flesler/hashmap/issues"
},
"dependencies": {},
"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"
}