react / wstein / node_modules / browserify / node_modules / browser-pack / node_modules / combine-source-map / node_modules / source-map / package.json
80552 views{1"name": "source-map",2"description": "Generates and consumes source maps",3"version": "0.4.2",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"name": "Hawken Rives",136"email": "[email protected]"137}138],139"repository": {140"type": "git",141"url": "git+ssh://[email protected]/mozilla/source-map.git"142},143"directories": {144"lib": "./lib"145},146"main": "./lib/source-map.js",147"engines": {148"node": ">=0.8.0"149},150"licenses": [151{152"type": "BSD",153"url": "http://opensource.org/licenses/BSD-3-Clause"154}155],156"dependencies": {157"amdefine": ">=0.0.4"158},159"devDependencies": {160"dryice": ">=0.4.8"161},162"scripts": {163"test": "node test/run-tests.js",164"build": "node Makefile.dryice.js"165},166"bugs": {167"url": "https://github.com/mozilla/source-map/issues"168},169"_id": "[email protected]",170"_shasum": "dc9f3114394ab7c1f9782972f3d11820fff06f1f",171"_from": "source-map@>=0.4.2 <0.5.0",172"_npmVersion": "1.4.9",173"_npmUser": {174"name": "nickfitzgerald",175"email": "[email protected]"176},177"maintainers": [178{179"name": "mozilla-devtools",180"email": "[email protected]"181},182{183"name": "mozilla",184"email": "[email protected]"185},186{187"name": "nickfitzgerald",188"email": "[email protected]"189}190],191"dist": {192"shasum": "dc9f3114394ab7c1f9782972f3d11820fff06f1f",193"tarball": "http://registry.npmjs.org/source-map/-/source-map-0.4.2.tgz"194},195"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.2.tgz",196"readme": "ERROR: No README data found!"197}198199200