react / wstein / node_modules / react / node_modules / envify / node_modules / jstransform / node_modules / source-map / package.json
80551 views{1"name": "source-map",2"description": "Generates and consumes source maps",3"version": "0.1.31",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"repository": {76"type": "git",77"url": "git+ssh://[email protected]/mozilla/source-map.git"78},79"directories": {80"lib": "./lib"81},82"main": "./lib/source-map.js",83"engines": {84"node": ">=0.8.0"85},86"licenses": [87{88"type": "BSD",89"url": "http://opensource.org/licenses/BSD-3-Clause"90}91],92"dependencies": {93"amdefine": ">=0.0.4"94},95"devDependencies": {96"dryice": ">=0.4.8"97},98"scripts": {99"test": "node test/run-tests.js",100"build": "node Makefile.dryice.js"101},102"_id": "[email protected]",103"dist": {104"shasum": "9f704d0d69d9e138a81badf6ebb4fde33d151c61",105"tarball": "http://registry.npmjs.org/source-map/-/source-map-0.1.31.tgz"106},107"_from": "[email protected]",108"_npmVersion": "1.2.18",109"_npmUser": {110"name": "nickfitzgerald",111"email": "[email protected]"112},113"maintainers": [114{115"name": "mozilla-devtools",116"email": "[email protected]"117},118{119"name": "mozilla",120"email": "[email protected]"121},122{123"name": "nickfitzgerald",124"email": "[email protected]"125}126],127"_shasum": "9f704d0d69d9e138a81badf6ebb4fde33d151c61",128"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.31.tgz",129"bugs": {130"url": "https://github.com/mozilla/source-map/issues"131},132"readme": "ERROR: No README data found!"133}134135136