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.
69 lines
1.7 KiB
69 lines
1.7 KiB
4 years ago
|
{
|
||
|
"_from": "ndarray-pack@^1.1.1",
|
||
|
"_id": "ndarray-pack@1.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-jK6+qqJNXs9w/4YCBjeXfajuWFo=",
|
||
|
"_location": "/ndarray-pack",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "ndarray-pack@^1.1.1",
|
||
|
"name": "ndarray-pack",
|
||
|
"escapedName": "ndarray-pack",
|
||
|
"rawSpec": "^1.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/get-pixels"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/ndarray-pack/-/ndarray-pack-1.2.1.tgz",
|
||
|
"_shasum": "8caebeaaa24d5ecf70ff86020637977da8ee585a",
|
||
|
"_spec": "ndarray-pack@^1.1.1",
|
||
|
"_where": "/home/sigonasr2/divar/server/node_modules/get-pixels",
|
||
|
"author": {
|
||
|
"name": "Mikola Lysenko"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mikolalysenko/ndarray-pack/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"cwise-compiler": "^1.1.2",
|
||
|
"ndarray": "^1.0.13"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Packs an array-of-arrays into a single ndarray",
|
||
|
"devDependencies": {
|
||
|
"cwise-bake": "0.0.0",
|
||
|
"tap": "~0.4.2"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"gitHead": "b6a147c9031aefb453d32efad21e7055993e38ff",
|
||
|
"homepage": "https://github.com/mikolalysenko/ndarray-pack#readme",
|
||
|
"keywords": [
|
||
|
"ndarray",
|
||
|
"numeric",
|
||
|
"array",
|
||
|
"nested",
|
||
|
"pack",
|
||
|
"typedarray",
|
||
|
"memory"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "convert.js",
|
||
|
"name": "ndarray-pack",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mikolalysenko/ndarray-pack.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node build.js > doConvert.js",
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"version": "1.2.1"
|
||
|
}
|