react / wstein / node_modules / browserify / node_modules / insert-module-globals / node_modules / combine-source-map / node_modules / convert-source-map / package.json
80552 views{1"name": "convert-source-map",2"version": "0.3.5",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.0",16"tap": "~0.4.3"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"bugs": {36"url": "https://github.com/thlorenz/convert-source-map/issues"37},38"_id": "[email protected]",39"_shasum": "f1d802950af7dd2631a1febe0596550c86ab3190",40"_from": "convert-source-map@>=0.3.0 <0.4.0",41"_npmVersion": "1.4.9",42"_npmUser": {43"name": "thlorenz",44"email": "[email protected]"45},46"maintainers": [47{48"name": "thlorenz",49"email": "[email protected]"50}51],52"dist": {53"shasum": "f1d802950af7dd2631a1febe0596550c86ab3190",54"tarball": "http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz"55},56"directories": {},57"_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz",58"readme": "ERROR: No README data found!"59}606162