{
  "_from": "combine-source-map@~0.7.1",
  "_id": "combine-source-map@0.7.2",
  "_inBundle": false,
  "_integrity": "sha1-CHAxKFazB6h8xKxIbzqaYq7MwJ4=",
  "_location": "/combine-source-map",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "combine-source-map@~0.7.1",
    "name": "combine-source-map",
    "escapedName": "combine-source-map",
    "rawSpec": "~0.7.1",
    "saveSpec": null,
    "fetchSpec": "~0.7.1"
  },
  "_requiredBy": [
    "/browser-pack",
    "/insert-module-globals"
  ],
  "_resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.7.2.tgz",
  "_shasum": "0870312856b307a87cc4ac486f3a9a62aeccc09e",
  "_spec": "combine-source-map@~0.7.1",
  "_where": "/Users/jameskyburz/Documents/src/level-eventstore/packages/ui/src/ui/node_modules/browser-pack",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "http://thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/combine-source-map/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "convert-source-map": "~1.1.0",
    "inline-source-map": "~0.6.0",
    "lodash.memoize": "~3.0.3",
    "source-map": "~0.5.3"
  },
  "deprecated": false,
  "description": "Add source maps of multiple files, offset them and then combine them into one source map",
  "devDependencies": {
    "tap": "~0.4.3"
  },
  "engine": {
    "node": ">=0.6"
  },
  "homepage": "https://github.com/thlorenz/combine-source-map",
  "keywords": [
    "source",
    "map",
    "sourcemap",
    "bundle",
    "combine",
    "cat",
    "sourceMappingUrl",
    "browserify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "combine-source-map",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/combine-source-map.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "0.7.2"
}
