File: /home/barbeatleanalyti/www/beatleanalytics.com/assets/admin/plugins/blueimp-load-image/package.json
{
"_from": "blueimp-load-image@2.12.2",
"_id": "blueimp-load-image@2.12.2",
"_inBundle": false,
"_integrity": "sha1-ahdZiquFjU+/AVQ+BjEUG1EFfIc=",
"_location": "/blueimp-load-image",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "blueimp-load-image@2.12.2",
"name": "blueimp-load-image",
"escapedName": "blueimp-load-image",
"rawSpec": "2.12.2",
"saveSpec": null,
"fetchSpec": "2.12.2"
},
"_requiredBy": [
"/blueimp-file-upload"
],
"_resolved": "https://registry.npmjs.org/blueimp-load-image/-/blueimp-load-image-2.12.2.tgz",
"_shasum": "6a17598aab858d4fbf01543e0631141b51057c87",
"_spec": "blueimp-load-image@2.12.2",
"_where": "/Users/ngunguoksiong/color-admin/admin/src/node_modules/blueimp-file-upload",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"bugs": {
"url": "https://github.com/blueimp/JavaScript-Load-Image/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.",
"devDependencies": {
"mocha-phantomjs-core": "1.3.1",
"phantomjs-prebuilt": "2.1.13",
"standard": "8.3.0",
"uglify-js": "2.7.3"
},
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
"keywords": [
"javascript",
"load",
"loading",
"image",
"file",
"blob",
"url",
"scale",
"crop",
"img",
"canvas",
"meta",
"exif",
"thumbnail",
"resizing"
],
"license": "MIT",
"main": "js/index.js",
"name": "blueimp-load-image",
"repository": {
"type": "git",
"url": "git://github.com/blueimp/JavaScript-Load-Image.git"
},
"scripts": {
"build": "cd js && uglifyjs load-image.js load-image-scale.js load-image-meta.js load-image-fetch.js load-image-exif.js load-image-exif-map.js load-image-orientation.js -c -m -o load-image.all.min.js --source-map load-image.all.min.js.map",
"lint": "standard *.js js/*.js test/*.js",
"postversion": "git push --tags origin master master:gh-pages && npm publish",
"preversion": "npm test",
"test": "npm run lint && npm run unit",
"unit": "phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html",
"version": "npm run build && git add -A js"
},
"title": "JavaScript Load Image",
"version": "2.12.2"
}