react / wstein / node_modules / browserify / node_modules / insert-module-globals / node_modules / combine-source-map / node_modules / inline-source-map / node_modules / source-map / package.json
80559 views{1"name": "source-map",2"description": "Generates and consumes source maps",3"version": "0.3.0",4"homepage": "https://github.com/mozilla/source-map",5"author": {6"name": "Nick Fitzgerald",7"email": "[email protected]"8},9"contributors": [10{11"name": "Tobias Koppers",12"email": "[email protected]"13},14{15"name": "Duncan Beevers",16"email": "[email protected]"17},18{19"name": "Stephen Crane",20"email": "[email protected]"21},22{23"name": "Ryan Seddon",24"email": "[email protected]"25},26{27"name": "Miles Elam",28"email": "[email protected]"29},30{31"name": "Mihai Bazon",32"email": "[email protected]"33},34{35"name": "Michael Ficarra",36"email": "[email protected]"37},38{39"name": "Todd Wolfson",40"email": "[email protected]"41},42{43"name": "Alexander Solovyov",44"email": "[email protected]"45},46{47"name": "Felix Gnass",48"email": "[email protected]"49},50{51"name": "Conrad Irwin",52"email": "[email protected]"53},54{55"name": "usrbincc",56"email": "[email protected]"57},58{59"name": "David Glasser",60"email": "[email protected]"61},62{63"name": "Chase Douglas",64"email": "[email protected]"65},66{67"name": "Evan Wallace",68"email": "[email protected]"69},70{71"name": "Heather Arthur",72"email": "[email protected]"73},74{75"name": "Hugh Kennedy",76"email": "[email protected]"77},78{79"name": "David Glasser",80"email": "[email protected]"81},82{83"name": "Simon Lydell",84"email": "[email protected]"85},86{87"name": "Jmeas Smith",88"email": "[email protected]"89},90{91"name": "Michael Z Goddard",92"email": "[email protected]"93},94{95"name": "azu",96"email": "[email protected]"97},98{99"name": "John Gozde",100"email": "[email protected]"101},102{103"name": "Adam Kirkton",104"email": "[email protected]"105},106{107"name": "Chris Montgomery",108"email": "[email protected]"109},110{111"name": "J. Ryan Stinnett",112"email": "[email protected]"113},114{115"name": "Jack Herrington",116"email": "[email protected]"117},118{119"name": "Chris Truter",120"email": "[email protected]"121},122{123"name": "Daniel Espeset",124"email": "[email protected]"125},126{127"name": "Jamie Wong",128"email": "[email protected]"129},130{131"name": "Eddy Bruël",132"email": "[email protected]"133}134],135"repository": {136"type": "git",137"url": "git+ssh://[email protected]/mozilla/source-map.git"138},139"directories": {140"lib": "./lib"141},142"main": "./lib/source-map.js",143"engines": {144"node": ">=0.8.0"145},146"licenses": [147{148"type": "BSD",149"url": "http://opensource.org/licenses/BSD-3-Clause"150}151],152"dependencies": {153"amdefine": ">=0.0.4"154},155"devDependencies": {156"dryice": ">=0.4.8"157},158"scripts": {159"test": "node test/run-tests.js",160"build": "node Makefile.dryice.js"161},162"bugs": {163"url": "https://github.com/mozilla/source-map/issues"164},165"_id": "[email protected]",166"_shasum": "8586fb9a5a005e5b501e21cd18b6f21b457ad1f9",167"_from": "source-map@>=0.3.0 <0.4.0",168"_npmVersion": "1.4.9",169"_npmUser": {170"name": "nickfitzgerald",171"email": "[email protected]"172},173"maintainers": [174{175"name": "mozilla-devtools",176"email": "[email protected]"177},178{179"name": "mozilla",180"email": "[email protected]"181},182{183"name": "nickfitzgerald",184"email": "[email protected]"185}186],187"dist": {188"shasum": "8586fb9a5a005e5b501e21cd18b6f21b457ad1f9",189"tarball": "http://registry.npmjs.org/source-map/-/source-map-0.3.0.tgz"190},191"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.3.0.tgz",192"readme": "ERROR: No README data found!"193}194195196