64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"bmp-js@0.1.0",
|
|
"C:\\Users\\ryuki\\TheDesk\\app"
|
|
]
|
|
],
|
|
"_from": "bmp-js@0.1.0",
|
|
"_id": "bmp-js@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4Fpj95amwf8l9Hcex62twUjAcjM=",
|
|
"_location": "/bmp-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "bmp-js@0.1.0",
|
|
"name": "bmp-js",
|
|
"escapedName": "bmp-js",
|
|
"rawSpec": "0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jimp/bmp"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bmp-js/-/bmp-js-0.1.0.tgz",
|
|
"_spec": "0.1.0",
|
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
|
"author": {
|
|
"name": "shaozilee",
|
|
"email": "shaozilee@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shaozilee/bmp-js/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A pure javascript BMP encoder and decoder",
|
|
"devDependencies": {},
|
|
"homepage": "https://github.com/shaozilee/bmp-js#readme",
|
|
"keywords": [
|
|
"bmp",
|
|
"1bit",
|
|
"4bit",
|
|
"8bit",
|
|
"16bit",
|
|
"24bit",
|
|
"32bit",
|
|
"encoder",
|
|
"decoder",
|
|
"image",
|
|
"javascript",
|
|
"js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "bmp-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shaozilee/bmp-js.git"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|