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/is-float-array/package.json

57 lines
1.5 KiB

{
"_from": "is-float-array@^1.0.0",
"_id": "is-float-array@1.0.0",
"_inBundle": false,
"_integrity": "sha512-4ew1Sx6B6kEAl3T3NOM0yB94J3NZnBdNt4paw0e8nY73yHHTeTEhyQ3Lj7EQEnv5LD+GxNTaT4L46jcKjjpLiQ==",
"_location": "/is-float-array",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-float-array@^1.0.0",
"name": "is-float-array",
"escapedName": "is-float-array",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/image-pixels",
"/to-uint8"
],
"_resolved": "https://registry.npmjs.org/is-float-array/-/is-float-array-1.0.0.tgz",
"_shasum": "96d67b1cbadf47ab1e05be208933acd386978a09",
"_spec": "is-float-array@^1.0.0",
"_where": "/home/sigonasr2/divar/server/node_modules/image-pixels",
"author": {
"name": "Dima Yv",
"email": "dfcreative@gmail.com"
},
"bugs": {
"url": "https://github.com/dy/is-float-array/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Check if an array can store floats",
"devDependencies": {},
"homepage": "https://github.com/dy/is-float-array#readme",
"keywords": [
"audiojs",
"buffer",
"pcm",
"float",
"number"
],
"license": "MIT",
"main": "index.js",
"name": "is-float-array",
"repository": {
"type": "git",
"url": "git+https://github.com/dy/is-float-array.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}