UNPKG

motion

Version:

motion - moving development forward

100 lines (99 loc) 2.58 kB
{ "_args": [ [ "gulp-sourcemaps@1.6.0", "/Users/nw/motion/packages/motion" ] ], "_from": "gulp-sourcemaps@1.6.0", "_id": "gulp-sourcemaps@1.6.0", "_inCache": true, "_installable": true, "_location": "/gulp-sourcemaps", "_nodeVersion": "4.1.1", "_npmUser": { "email": "florian.reiterer@gmail.com", "name": "floridoo" }, "_npmVersion": "3.3.4", "_phantomChildren": {}, "_requested": { "name": "gulp-sourcemaps", "raw": "gulp-sourcemaps@1.6.0", "rawSpec": "1.6.0", "scope": null, "spec": "1.6.0", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", "_shasum": "b86ff349d801ceb56e1d9e7dc7bbcb4b7dee600c", "_shrinkwrap": null, "_spec": "gulp-sourcemaps@1.6.0", "_where": "/Users/nw/motion/packages/motion", "author": { "email": "me@florianreiterer.com", "name": "Florian Reiterer" }, "bugs": { "url": "https://github.com/floridoo/gulp-sourcemaps/issues" }, "dependencies": { "convert-source-map": "^1.1.1", "graceful-fs": "^4.1.2", "strip-bom": "^2.0.0", "through2": "^2.0.0", "vinyl": "^1.0.0" }, "description": "Source map support for Gulp.js", "devDependencies": { "coveralls": "^2.11.4", "faucet": "0.0.1", "istanbul": "^0.3.21", "jshint": "^2.8.0", "tape": "^4.2.0" }, "directories": {}, "dist": { "shasum": "b86ff349d801ceb56e1d9e7dc7bbcb4b7dee600c", "tarball": "http://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz" }, "files": [ "LICENSE.md", "README.md", "index.js", "package.json" ], "gitHead": "cddce0d57e462b89b7d7f7c1d1864ad2784d17ef", "homepage": "http://github.com/floridoo/gulp-sourcemaps", "keywords": [ "gulp", "gulpplugin", "source maps", "sourcemaps" ], "license": "ISC", "main": "index.js", "maintainers": [ { "name": "floridoo", "email": "florian.reiterer@gmail.com" } ], "name": "gulp-sourcemaps", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/floridoo/gulp-sourcemaps.git" }, "scripts": { "cover": "istanbul cover --dir reports/coverage tape \"test/*.js\"", "coveralls": "istanbul cover tape \"test/*.js\" --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", "tap": "tape test/*.js", "test": "jshint *.js test/*.js && faucet test/*.js" }, "version": "1.6.0" }