{
  "_args": [
    [
      {
        "raw": "gulp-sourcemaps@^1.6.0",
        "scope": null,
        "escapedName": "gulp-sourcemaps",
        "name": "gulp-sourcemaps",
        "rawSpec": "^1.6.0",
        "spec": ">=1.6.0 <2.0.0",
        "type": "range"
      },
      "/root/klee-static/node_modules/laravel-elixir"
    ]
  ],
  "_from": "gulp-sourcemaps@>=1.6.0 <2.0.0",
  "_id": "gulp-sourcemaps@1.12.0",
  "_inCache": true,
  "_location": "/gulp-sourcemaps",
  "_nodeVersion": "0.10.41",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/gulp-sourcemaps-1.12.0.tgz_1490741084233_0.33308355789631605"
  },
  "_npmUser": {
    "name": "phated",
    "email": "blaine.bublitz@gmail.com"
  },
  "_npmVersion": "2.15.2",
  "_phantomChildren": {
    "clone": "1.0.2",
    "clone-stats": "0.0.1",
    "replace-ext": "0.0.1"
  },
  "_requested": {
    "raw": "gulp-sourcemaps@^1.6.0",
    "scope": null,
    "escapedName": "gulp-sourcemaps",
    "name": "gulp-sourcemaps",
    "rawSpec": "^1.6.0",
    "spec": ">=1.6.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/laravel-elixir"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.12.0.tgz",
  "_shasum": "786f97c94a0f968492465d70558e04242c679598",
  "_shrinkwrap": null,
  "_spec": "gulp-sourcemaps@^1.6.0",
  "_where": "/root/klee-static/node_modules/laravel-elixir",
  "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.X",
    "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"
  },
  "directories": {},
  "dist": {
    "shasum": "786f97c94a0f968492465d70558e04242c679598",
    "tarball": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.12.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "src"
  ],
  "gitHead": "260b5cd0b9f351d273cd567c7284368f35cc0368",
  "homepage": "http://github.com/floridoo/gulp-sourcemaps",
  "keywords": [
    "gulpplugin",
    "gulp",
    "source maps",
    "sourcemaps"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "floridoo",
      "email": "florian.reiterer@gmail.com"
    },
    {
      "name": "nmccready",
      "email": "nemtcan@gmail.com"
    },
    {
      "name": "phated",
      "email": "blaine.bublitz@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",
    "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.0"
}
