react / wstein / node_modules / browserify / node_modules / insert-module-globals / node_modules / combine-source-map / package.json
80538 views{1"name": "combine-source-map",2"version": "0.3.0",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"inline-source-map": "~0.3.0",15"convert-source-map": "~0.3.0",16"source-map": "~0.1.31"17},18"devDependencies": {19"tap": "~0.4.3"20},21"keywords": [22"source",23"map",24"sourcemap",25"bundle",26"combine",27"cat",28"sourceMappingUrl",29"browserify"30],31"author": {32"name": "Thorsten Lorenz",33"email": "[email protected]",34"url": "http://thlorenz.com"35},36"license": "MIT",37"engine": {38"node": ">=0.6"39},40"bugs": {41"url": "https://github.com/thlorenz/combine-source-map/issues"42},43"_id": "[email protected]",44"dist": {45"shasum": "d9e74f593d9cd43807312cb5d846d451efaa9eb7",46"tarball": "http://registry.npmjs.org/combine-source-map/-/combine-source-map-0.3.0.tgz"47},48"_from": "combine-source-map@>=0.3.0 <0.4.0",49"_npmVersion": "1.3.11",50"_npmUser": {51"name": "thlorenz",52"email": "[email protected]"53},54"maintainers": [55{56"name": "thlorenz",57"email": "[email protected]"58}59],60"directories": {},61"_shasum": "d9e74f593d9cd43807312cb5d846d451efaa9eb7",62"_resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.3.0.tgz",63"readme": "ERROR: No README data found!"64}656667