line_push/node_modules/multimap/package.json
2022-07-17 13:16:16 +08:00

64 lines
1.6 KiB
JSON

{
"_args": [
[
"multimap@1.1.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_development": true,
"_from": "multimap@1.1.0",
"_id": "multimap@1.1.0",
"_inBundle": false,
"_integrity": "sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==",
"_location": "/multimap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "multimap@1.1.0",
"name": "multimap",
"escapedName": "multimap",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/eslint-template-visitor"
],
"_resolved": "https://registry.npmjs.org/multimap/-/multimap-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "villa.gao",
"email": "jky239@gmail.com"
},
"bugs": {
"url": "https://github.com/villadora/multi-map/issues"
},
"dependencies": {},
"description": "multi-map which allow multiple values for the same key",
"devDependencies": {
"chai": "~1.7.2",
"es6-shim": "^0.13.0",
"jshint": "~2.1.9"
},
"homepage": "https://github.com/villadora/multi-map#readme",
"keywords": [
"keys",
"map",
"multiple"
],
"license": "MIT",
"main": "index.js",
"name": "multimap",
"repository": {
"type": "git",
"url": "git://github.com/villadora/multi-map.git"
},
"scripts": {
"lint": "jshint *.js test/*.js",
"test": "npm run lint; node test/index.js;node test/es6map.js"
},
"version": "1.1.0"
}