147 lines
3.2 KiB
JSON

{
"_args": [
[
{
"raw": "ndarray@^1.0.13",
"scope": null,
"escapedName": "ndarray",
"name": "ndarray",
"rawSpec": "^1.0.13",
"spec": ">=1.0.13 <2.0.0",
"type": "range"
},
"/Users/gerrit/Documents/node.js-Projects/tinkerforge/node_modules/get-pixels"
]
],
"_from": "ndarray@>=1.0.13 <2.0.0",
"_id": "ndarray@1.0.18",
"_inCache": true,
"_location": "/ndarray",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "mikolalysenko",
"email": "mikolalysenko@gmail.com"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {},
"_requested": {
"raw": "ndarray@^1.0.13",
"scope": null,
"escapedName": "ndarray",
"name": "ndarray",
"rawSpec": "^1.0.13",
"spec": ">=1.0.13 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/get-pixels",
"/ndarray-pack"
],
"_resolved": "https://registry.npmjs.org/ndarray/-/ndarray-1.0.18.tgz",
"_shasum": "b60d3a73224ec555d0faa79711e502448fd3f793",
"_shrinkwrap": null,
"_spec": "ndarray@^1.0.13",
"_where": "/Users/gerrit/Documents/node.js-Projects/tinkerforge/node_modules/get-pixels",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/ndarray/issues"
},
"dependencies": {
"iota-array": "^1.0.0",
"is-buffer": "^1.0.2"
},
"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"
},
"dist": {
"shasum": "b60d3a73224ec555d0faa79711e502448fd3f793",
"tarball": "https://registry.npmjs.org/ndarray/-/ndarray-1.0.18.tgz"
},
"gitHead": "a85785ca7a7e12c3fc29671a4f7c214bebc4ddc7",
"homepage": "https://github.com/mikolalysenko/ndarray",
"keywords": [
"ndarray",
"array",
"multi",
"multidimensional",
"dimension",
"higher",
"image",
"volume",
"webgl",
"tensor",
"matrix",
"linear",
"algebra",
"science",
"numerical",
"computing",
"stride",
"shape"
],
"license": "MIT",
"main": "ndarray.js",
"maintainers": [
{
"name": "mikolalysenko",
"email": "mikolalysenko@gmail.com"
},
{
"name": "jaspervdg",
"email": "th.v.d.gronde@hccnet.nl"
},
{
"name": "rreusser",
"email": "rsreusser@gmail.com"
},
{
"name": "planeshifter",
"email": "pgb@andrew.cmu.edu"
},
{
"name": "hughsk",
"email": "hughskennedy@gmail.com"
},
{
"name": "substack",
"email": "substack@gmail.com"
}
],
"name": "ndarray",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.18"
}