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/const-pinf-float64/package.json

103 lines
2.8 KiB

{
"_from": "const-pinf-float64@^1.0.0",
"_id": "const-pinf-float64@1.0.0",
"_inBundle": false,
"_integrity": "sha1-9u+w15+cCYbT558pI6v5twtj1yY=",
"_location": "/const-pinf-float64",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "const-pinf-float64@^1.0.0",
"name": "const-pinf-float64",
"escapedName": "const-pinf-float64",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/utils-copy"
],
"_resolved": "https://registry.npmjs.org/const-pinf-float64/-/const-pinf-float64-1.0.0.tgz",
"_shasum": "f6efb0d79f9c0986d3e79f2923abf9b70b63d726",
"_spec": "const-pinf-float64@^1.0.0",
"_where": "/home/sigonasr2/divar/server/node_modules/utils-copy",
"author": {
"name": "Athan Reines",
"email": "kgryte@gmail.com"
},
"bugs": {
"url": "https://github.com/const-io/pinf-float64/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Athan Reines",
"email": "kgryte@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "Positive infinity.",
"devDependencies": {
"browserify": "12.x.x",
"codecov": "1.x.x",
"istanbul": "^0.4.1",
"jshint": "2.x.x",
"jshint-stylish": "2.x.x",
"tap-spec": "4.x.x",
"tape": "4.x.x",
"testling": "1.x.x"
},
"homepage": "https://github.com/const-io/pinf-float64#readme",
"keywords": [
"const.io",
"const",
"constant",
"const-io",
"compute.io",
"compute-io",
"computation",
"compute",
"mathematics",
"math",
"pinf",
"positive",
"infinity"
],
"license": "MIT",
"main": "./lib",
"name": "const-pinf-float64",
"repository": {
"type": "git",
"url": "git://github.com/const-io/pinf-float64.git"
},
"scripts": {
"coverage": "istanbul cover --dir ./reports/codecov/coverage --report lcovonly tape -- \"./test/*.js\" && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov",
"test": "if [ \"${TRAVIS}\" ]; then npm run test-ci; else npm run test-local; fi",
"test-browsers": "browserify ./test/*.js | testling | tap-spec",
"test-ci": "npm run test-local && xvfb-run npm run test-browsers",
"test-cov": "istanbul cover --dir ./reports/coverage --report lcov tape -- \"./test/*.js\"",
"test-local": "tape \"./test/*.js\" | tap-spec"
},
"testling": {
"files": [
"test/*.js"
],
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..latest",
"firefox/nightly",
"chrome/4.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.0.0"
}