{
  "_args": [
    [
      "gulp-sourcemaps@1.12.1",
      "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp"
    ]
  ],
  "_development": true,
  "_from": "gulp-sourcemaps@1.12.1",
  "_id": "gulp-sourcemaps@1.12.1",
  "_inBundle": false,
  "_integrity": "sha1-tDfR89mAzyboEYSCNxjOFa5ll7Y=",
  "_location": "/gulp-sourcemaps",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-sourcemaps@1.12.1",
    "name": "gulp-sourcemaps",
    "escapedName": "gulp-sourcemaps",
    "rawSpec": "1.12.1",
    "saveSpec": null,
    "fetchSpec": "1.12.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.12.1.tgz",
  "_spec": "1.12.1",
  "_where": "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp",
  "author": {
    "name": "Florian Reiterer",
    "email": "me@florianreiterer.com"
  },
  "bugs": {
    "url": "https://github.com/floridoo/gulp-sourcemaps/issues"
  },
  "dependencies": {
    "@gulp-sourcemaps/map-sources": "1.X",
    "acorn": "4.X",
    "convert-source-map": "1.X",
    "css": "2.X",
    "debug-fabulous": "0.0.X",
    "detect-newline": "2.X",
    "graceful-fs": "4.X",
    "source-map": "~0.6.0",
    "strip-bom": "2.X",
    "through2": "2.X",
    "vinyl": "1.X"
  },
  "description": "Source map support for Gulp.js",
  "devDependencies": {
    "bootstrap": "3.3.7",
    "coveralls": "2.X",
    "faucet": "0.0.X",
    "gulp": "3.X",
    "gulp-concat": "2.X",
    "gulp-if": "2.0.2",
    "gulp-less": "3.3.0",
    "gulp-load-plugins": "1.X",
    "hook-std": "0.2.X",
    "http-server": "0.9.0",
    "istanbul": "0.X",
    "jshint": "2.X",
    "lodash": "4.17.4",
    "mississippi": "^1.3.0",
    "object-assign": "^4.1.0",
    "tape": "4.X",
    "yargs": "6.6.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "src"
  ],
  "homepage": "http://github.com/floridoo/gulp-sourcemaps",
  "keywords": [
    "gulpplugin",
    "gulp",
    "source maps",
    "sourcemaps"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "gulp-sourcemaps",
  "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",
    "lint": "jshint ./src/**/*.js test/*.js",
    "serve": "http-server",
    "tap": "tape test/*.js",
    "test": "npm run lint && faucet test/*.js $@",
    "test:int": "rm -rf ./tmp && tape ./test/integration.js"
  },
  "version": "1.12.1"
}
