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.
121 lines
2.8 KiB
121 lines
2.8 KiB
{
|
|
"_from": "image-pixels",
|
|
"_id": "image-pixels@2.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jcHECwLUEUBMQLqpZF0Bs0ac/jvZXs/97JwD6J39rP98vgTyvvNKhUjYaWf+BSKKPYXfenctOQV95sDC7Z/aZQ==",
|
|
"_location": "/image-pixels",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "image-pixels",
|
|
"name": "image-pixels",
|
|
"escapedName": "image-pixels",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/image-pixels/-/image-pixels-2.2.2.tgz",
|
|
"_shasum": "cf959b39d9c7e6f3422fae7b2f0a8ce56a93a541",
|
|
"_spec": "image-pixels",
|
|
"_where": "/home/sigonasr2/divar/server",
|
|
"author": {
|
|
"name": "Dmitry Yv"
|
|
},
|
|
"browser": {
|
|
"./lib/url": "./lib/url-browser.js",
|
|
"./lib/raw": "./lib/raw-browser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dy/image-pixels/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"arr-flatten": "^1.1.0",
|
|
"arraybuffer-to-string": "^1.0.2",
|
|
"clip-pixels": "^1.0.1",
|
|
"flip-pixels": "^1.0.1",
|
|
"image-decode": "^1.1.0",
|
|
"image-type": "^3.0.0",
|
|
"is-base64": "^0.1.0",
|
|
"is-blob": "^2.0.0",
|
|
"is-browser": "^2.1.0",
|
|
"is-buffer": "^2.0.3",
|
|
"is-float-array": "^1.0.0",
|
|
"is-plain-obj": "^1.1.0",
|
|
"is-promise": "^2.1.0",
|
|
"is-relative": "^1.0.0",
|
|
"is-url": "^1.2.4",
|
|
"object-assign": "^4.1.1",
|
|
"parse-rect": "^1.2.0",
|
|
"primitive-pool": "^1.1.0",
|
|
"pxls": "^2.3.2",
|
|
"request": "^2.88.0",
|
|
"to-array-buffer": "^3.1.1",
|
|
"to-uint8": "^1.4.0",
|
|
"weak-map": "^1.0.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Read pixel data from any image source",
|
|
"devDependencies": {
|
|
"brfs": "^2.0.1",
|
|
"del": "^3.0.0",
|
|
"get-pixels": "^3.3.2",
|
|
"gl": "^4.1.1",
|
|
"is-online": "^7.0.0",
|
|
"jsdom": "^12.2.0",
|
|
"pixelmatch": "^4.0.2",
|
|
"regl": "^1.3.7",
|
|
"save-file": "^2.1.0",
|
|
"tape": "^4.9.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/dy/image-pixels#readme",
|
|
"keywords": [
|
|
"pixel",
|
|
"pixel",
|
|
"image",
|
|
"png",
|
|
"jpeg",
|
|
"jpg",
|
|
"jpe",
|
|
"gif",
|
|
"decode",
|
|
"buffer",
|
|
"data",
|
|
"get-pixels",
|
|
"ndarray",
|
|
"image-pixels",
|
|
"get-pixels",
|
|
"get-pixel-data",
|
|
"get-image-pixels",
|
|
"get-imagedata",
|
|
"get-image-data",
|
|
"image data",
|
|
"image-input",
|
|
"image-output",
|
|
"readimage",
|
|
"ndarray-from-image",
|
|
"image-in",
|
|
"load image",
|
|
"img-load"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "image-pixels",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dy/image-pixels.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test",
|
|
"test-browser": "budo test -- -t brfs"
|
|
},
|
|
"version": "2.2.2"
|
|
}
|
|
|