react / wstein / node_modules / browserify / node_modules / browser-pack / node_modules / combine-source-map / node_modules / convert-source-map / package.json
80552 views{1"name": "convert-source-map",2"version": "1.1.1",3"description": "Converts a source-map from/to different formats and allows adding/changing properties.",4"main": "index.js",5"scripts": {6"test": "tap test/*.js"7},8"repository": {9"type": "git",10"url": "git://github.com/thlorenz/convert-source-map.git"11},12"homepage": "https://github.com/thlorenz/convert-source-map",13"dependencies": {},14"devDependencies": {15"inline-source-map": "~0.3.1",16"tap": "~0.4.13"17},18"keywords": [19"convert",20"sourcemap",21"source",22"map",23"browser",24"debug"25],26"author": {27"name": "Thorsten Lorenz",28"email": "[email protected]",29"url": "http://thlorenz.com"30},31"license": "MIT",32"engine": {33"node": ">=0.6"34},35"gitHead": "727a2e2ebf3cd3b6c0238a0d3c6359b9058a4e3d",36"bugs": {37"url": "https://github.com/thlorenz/convert-source-map/issues"38},39"_id": "[email protected]",40"_shasum": "74e5182473058413b090dd73777acbc4a0fff3cc",41"_from": "convert-source-map@>=1.1.0 <1.2.0",42"_npmVersion": "2.9.0",43"_nodeVersion": "2.0.2",44"_npmUser": {45"name": "thlorenz",46"email": "[email protected]"47},48"maintainers": [49{50"name": "thlorenz",51"email": "[email protected]"52}53],54"dist": {55"shasum": "74e5182473058413b090dd73777acbc4a0fff3cc",56"tarball": "http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.1.tgz"57},58"directories": {},59"_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.1.tgz",60"readme": "ERROR: No README data found!"61}626364