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.
63 lines
1.6 KiB
63 lines
1.6 KiB
{
|
|
"_from": "to-uint8@^1.4.0",
|
|
"_id": "to-uint8@1.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-o+ochsMlTZyucbww8It401FC2Rx+OP2RpDeYbA6h+y9HgedDl1UjdsJ9CmzKEG7AFP9es5PmJ4eDWeeeXihESg==",
|
|
"_location": "/to-uint8",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "to-uint8@^1.4.0",
|
|
"name": "to-uint8",
|
|
"escapedName": "to-uint8",
|
|
"rawSpec": "^1.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/image-pixels",
|
|
"/pxls"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/to-uint8/-/to-uint8-1.4.1.tgz",
|
|
"_shasum": "9f45694905b827f247d37bc8ec83b2818d81fac9",
|
|
"_spec": "to-uint8@^1.4.0",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/image-pixels",
|
|
"author": {
|
|
"name": "Dmitry Yv.",
|
|
"email": "dfcreative@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dy/to-uint8/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"arr-flatten": "^1.1.0",
|
|
"clamp": "^1.0.1",
|
|
"is-base64": "^0.1.0",
|
|
"is-float-array": "^1.0.0",
|
|
"to-array-buffer": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert data to Uint8Array",
|
|
"homepage": "https://github.com/dy/to-uint8#readme",
|
|
"keywords": [
|
|
"uint8",
|
|
"array-buffer",
|
|
"to-array-buffer",
|
|
"to-uint8-array",
|
|
"u8",
|
|
"to-arraybuffer"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "to-uint8",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dy/to-uint8.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"version": "1.4.1"
|
|
}
|
|
|