A suite to track Project Diva score statistics and ratings / D4DJ event data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
projectdivar/server/node_modules/weak-map/package.json

66 lines
1.6 KiB

{
"_from": "weak-map@^1.0.5",
"_id": "weak-map@1.0.5",
"_inBundle": false,
"_integrity": "sha1-eWkVhNmGB/UHC9O3CkDmuyLkAes=",
"_location": "/weak-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "weak-map@^1.0.5",
"name": "weak-map",
"escapedName": "weak-map",
"rawSpec": "^1.0.5",
"saveSpec": null,
"fetchSpec": "^1.0.5"
},
"_requiredBy": [
"/image-pixels"
],
"_resolved": "https://registry.npmjs.org/weak-map/-/weak-map-1.0.5.tgz",
"_shasum": "79691584d98607f5070bd3b70a40e6bb22e401eb",
"_spec": "weak-map@^1.0.5",
"_where": "/home/sigonasr2/divar/server/node_modules/image-pixels",
"author": {
"name": "Mark Miller",
"email": "erights@gmail.com"
},
"bugs": {
"url": "https://github.com/drses/weak-map/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A WeakMap shim for Node.js and browsers",
"devDependencies": {
"jasminum": "^2.0.1"
},
"files": [
"weak-map.js"
],
"homepage": "https://github.com/drses/weak-map#readme",
"keywords": [
"weakmap",
"weak-map",
"weak",
"map",
"collections",
"es6"
],
"license": "Apache 2.0",
"main": "weak-map.js",
"maintainer": "Kris Kowal <kris@cixar.com>",
"name": "weak-map",
"repository": {
"type": "git",
"url": "git://github.com/drses/weak-map.git"
},
"scripts": {
"test": "npm run test:native; npm run test:shim",
"test:native": "node --harmony_collections test/index.js",
"test:phantom": "",
"test:shim": "node test/index.js"
},
"version": "1.0.5"
}