{ "_from": "gifler@^0.1.0", "_id": "gifler@0.1.0", "_inBundle": false, "_integrity": "sha512-izxtvqo2IKOPif6KEaTZkLWpKcqJpAZ8+6+xhp75DgsFmYpk0BMi5ILjIMyN6zurqbrrWZHvHJXtPA4nc+pPug==", "_location": "/gifler", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "gifler@^0.1.0", "name": "gifler", "escapedName": "gifler", "rawSpec": "^0.1.0", "saveSpec": null, "fetchSpec": "^0.1.0" }, "_requiredBy": [ "/v-ol-map" ], "_resolved": "https://registry.npmjs.org/gifler/-/gifler-0.1.0.tgz", "_shasum": "b3ecbda61e37c2703a87cecf415239b1476ab1bf", "_spec": "gifler@^0.1.0", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/v-ol-map", "author": { "name": "themadcreator@github" }, "bundleDependencies": false, "dependencies": { "omggif": "1.0.x" }, "deprecated": false, "description": "Render GIF frames to canvas", "devDependencies": { "browserify": "11.x.x", "coffeeify": "1.x.x", "metalsmith": "2.1.0", "metalsmith-assets": "0.1.0", "metalsmith-ignore": "0.1.2", "metalsmith-jade": "2.0.2", "metalsmith-less": "2.0.0", "metalsmith-raw": "0.2.0", "metalsmith-serve": "0.0.4", "metalsmith-watch": "1.0.1", "uglify-js": "2.x.x" }, "license": "Apache-2.0", "main": "gifler.js", "name": "gifler", "scripts": { "build": "npm run compile && ./node_modules/.bin/uglifyjs --compress --mangle --screw-ie8 --preamble '/** gifler.js | github.com/themadcreator/gifler | @license: Apache-2.0 */' -- gifler.js > gifler.min.js", "compile": "browserify -t coffeeify --extension=\".coffee\" src/gifler.coffee > gifler.js", "deploy-site": "git subtree push --prefix site-dist origin gh-pages", "postbuild": "cp gifler.min.js site/assets/gifler.js", "site": "npm run site-prep && ./node_modules/.bin/metalsmith --config metalsmith-watch.json", "site-build": "npm run site-prep && ./node_modules/.bin/metalsmith --config metalsmith.json", "site-prep": "npm run build && rm -rf site-dist" }, "version": "0.1.0" }