react / wstein / node_modules / browserify / node_modules / browser-pack / node_modules / combine-source-map / package.json
80538 views{1"name": "combine-source-map",2"version": "0.6.1",3"description": "Add source maps of multiple files, offset them and then combine them into one source map",4"main": "index.js",5"scripts": {6"test": "tap test/*.js"7},8"repository": {9"type": "git",10"url": "git://github.com/thlorenz/combine-source-map.git"11},12"homepage": "https://github.com/thlorenz/combine-source-map",13"dependencies": {14"convert-source-map": "~1.1.0",15"inline-source-map": "~0.5.0",16"lodash.memoize": "~3.0.3",17"source-map": "~0.4.2"18},19"devDependencies": {20"tap": "~0.4.3"21},22"keywords": [23"source",24"map",25"sourcemap",26"bundle",27"combine",28"cat",29"sourceMappingUrl",30"browserify"31],32"author": {33"name": "Thorsten Lorenz",34"email": "[email protected]",35"url": "http://thlorenz.com"36},37"license": "MIT",38"engine": {39"node": ">=0.6"40},41"gitHead": "8f2c6f23df9689d0b27af328bdc575bb44375829",42"bugs": {43"url": "https://github.com/thlorenz/combine-source-map/issues"44},45"_id": "[email protected]",46"_shasum": "9b4a09c316033d768e0f11e029fa2730e079ad96",47"_from": "combine-source-map@>=0.6.1 <0.7.0",48"_npmVersion": "2.8.3",49"_nodeVersion": "1.8.1",50"_npmUser": {51"name": "thlorenz",52"email": "[email protected]"53},54"maintainers": [55{56"name": "thlorenz",57"email": "[email protected]"58}59],60"dist": {61"shasum": "9b4a09c316033d768e0f11e029fa2730e079ad96",62"tarball": "http://registry.npmjs.org/combine-source-map/-/combine-source-map-0.6.1.tgz"63},64"directories": {},65"_resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.6.1.tgz"66}676869