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

97 lines
2.2 KiB

{
"_from": "ndarray@^1.0.13",
"_id": "ndarray@1.0.19",
"_inBundle": false,
"_integrity": "sha512-B4JHA4vdyZU30ELBw3g7/p9bZupyew5a7tX1Y/gGeF2hafrPaQZhgrGQfsvgfYbgdFZjYwuEcnaobeM/WMW+HQ==",
"_location": "/ndarray",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ndarray@^1.0.13",
"name": "ndarray",
"escapedName": "ndarray",
"rawSpec": "^1.0.13",
"saveSpec": null,
"fetchSpec": "^1.0.13"
},
"_requiredBy": [
"/get-pixels",
"/ndarray-pack"
],
"_resolved": "https://registry.npmjs.org/ndarray/-/ndarray-1.0.19.tgz",
"_shasum": "6785b5f5dfa58b83e31ae5b2a058cfd1ab3f694e",
"_spec": "ndarray@^1.0.13",
"_where": "/home/sigonasr2/divar/server/node_modules/get-pixels",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/ndarray/issues"
},
"bundleDependencies": false,
"dependencies": {
"iota-array": "^1.0.0",
"is-buffer": "^1.0.2"
},
"deprecated": false,
"description": "Multidimensional Arrays",
"devDependencies": {
"dup": "^1.0.0",
"invert-permutation": "^1.0.0",
"permutation-rank": "^1.0.0",
"tape": "^2.12.3"
},
"directories": {
"test": "test"
},
"gitHead": "a85785ca7a7e12c3fc29671a4f7c214bebc4ddc7",
"homepage": "https://github.com/mikolalysenko/ndarray#readme",
"keywords": [
"ndarray",
"array",
"multi",
"multidimensional",
"dimension",
"higher",
"image",
"volume",
"webgl",
"tensor",
"matrix",
"linear",
"algebra",
"science",
"numerical",
"computing",
"stride",
"shape"
],
"license": "MIT",
"main": "ndarray.js",
"name": "ndarray",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/ndarray.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/10..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/6.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.0.19"
}