|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_args": [
- [
- "stackblur-canvas@2.2.0",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "stackblur-canvas@2.2.0",
- "_id": "stackblur-canvas@2.2.0",
- "_inBundle": false,
- "_integrity": "sha512-5Gf8dtlf8k6NbLzuly2NkGrkS/Ahh+I5VUjO7TnFizdJtgpfpLLEdQlLe9umbcnZlitU84kfYjXE67xlSXfhfQ==",
- "_location": "/stackblur-canvas",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "stackblur-canvas@2.2.0",
- "name": "stackblur-canvas",
- "escapedName": "stackblur-canvas",
- "rawSpec": "2.2.0",
- "saveSpec": null,
- "fetchSpec": "2.2.0"
- },
- "_requiredBy": [
- "/jspdf"
- ],
- "_resolved": "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.2.0.tgz",
- "_spec": "2.2.0",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Mario Klingemann"
- },
- "browserslist": {
- "target": "cover 100%"
- },
- "bugs": {
- "url": "https://github.com/flozz/StackBlur/issues"
- },
- "contributors": [
- {
- "name": "Brett Zamir"
- }
- ],
- "dependencies": {},
- "description": "Fast and almost Gaussian blur by Mario Klingemann",
- "devDependencies": {
- "@babel/core": "^7.2.0",
- "@babel/preset-env": "^7.2.0",
- "eslint": "5.10.0",
- "eslint-config-standard": "12.0.0",
- "eslint-plugin-import": "2.14.0",
- "eslint-plugin-node": "8.0.0",
- "eslint-plugin-promise": "4.0.1",
- "eslint-plugin-standard": "4.0.0",
- "jsdoc": "^3.5.5",
- "node-static": "^0.7.11",
- "opn-cli": "^4.0.0",
- "rollup": "0.67.4",
- "rollup-plugin-babel": "^4.1.0",
- "rollup-plugin-re": "^1.0.7",
- "rollup-plugin-terser": "^3.0.0"
- },
- "engines": {},
- "homepage": "http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html",
- "keywords": [
- "stackblur",
- "blur",
- "canvas",
- "gaussian"
- ],
- "license": "MIT",
- "main": "dist/stackblur.js",
- "module": "dist/stackblur-es.js",
- "name": "stackblur-canvas",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/flozz/StackBlur.git"
- },
- "scripts": {
- "docs": "rm -rf docs/jsdoc/*;jsdoc --pedantic -c docs/jsdoc-config.json src",
- "eslint": "eslint .",
- "open-docs": "npm run docs && opn http://localhost:8081/docs/jsdoc/ && static -p 8081",
- "prepublishOnly": "yarn",
- "rollup": "rollup -c",
- "start": "opn http://localhost:8081/demo/ && static -p 8081",
- "test": "npm run eslint && npm run rollup && echo \"Error: no test specified\" && exit 1"
- },
- "version": "2.2.0"
- }
|