1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_from": "multimap@^1.1.0",
- "_id": "multimap@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==",
- "_location": "/multimap",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "5263febc085a1791c33b59bb3afc6a76a2a10ca8",
- "_spec": "multimap@^1.1.0",
- "_where": "H:\\gs_nuxt\\node_modules\\eslint-template-visitor",
- "author": {
- "name": "villa.gao",
- "email": "jky239@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/villadora/multi-map/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "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"
- }
|