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/clamp/package.json

61 lines
1.4 KiB

{
"_from": "clamp@^1.0.1",
"_id": "clamp@1.0.1",
"_inBundle": false,
"_integrity": "sha1-ZqDmQBGBbjcZaCj9yMjBRzEshjQ=",
"_location": "/clamp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "clamp@^1.0.1",
"name": "clamp",
"escapedName": "clamp",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/to-uint8"
],
"_resolved": "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz",
"_shasum": "66a0e64011816e37196828fdc8c8c147312c8634",
"_spec": "clamp@^1.0.1",
"_where": "/home/sigonasr2/divar/server/node_modules/to-uint8",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://github.com/hughsk"
},
"browser": "index.js",
"bugs": {
"url": "https://github.com/hughsk/clamp/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Clamp a value between two other values",
"devDependencies": {
"tape": "~2.0.0"
},
"homepage": "https://github.com/hughsk/clamp#readme",
"keywords": [
"clamp",
"math",
"greater",
"less",
"than",
"between"
],
"license": "MIT",
"main": "index.js",
"name": "clamp",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/clamp.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.1"
}