react / wstein / node_modules / browserify / node_modules / insert-module-globals / node_modules / combine-source-map / node_modules / inline-source-map / package.json
80552 views{1"name": "inline-source-map",2"version": "0.3.1",3"description": "Adds source mappings and base64 encodes them, so they can be inlined in your generated file.",4"main": "index.js",5"scripts": {6"test-main": "tap test/*.js",7"test-0.8": "nave use 0.8 npm run test-main",8"test-0.10": "nave use 0.10 npm run test-main",9"test-0.12": "nave use 0.12 npm run test-main",10"test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run test-0.12",11"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"12},13"repository": {14"type": "git",15"url": "git://github.com/thlorenz/inline-source-map.git"16},17"homepage": "https://github.com/thlorenz/inline-source-map",18"dependencies": {19"source-map": "~0.3.0"20},21"devDependencies": {22"tap": "~0.4.3",23"nave": "~0.4.4"24},25"keywords": [26"source",27"map",28"inline",29"base64",30"bundle",31"generate",32"transpile"33],34"author": {35"name": "Thorsten Lorenz",36"email": "[email protected]",37"url": "http://thlorenz.com"38},39"license": "MIT",40"engine": {41"node": ">=0.6"42},43"gitHead": "2dd30ca646fb4f97f79f08cd1ecf35942a8f6095",44"bugs": {45"url": "https://github.com/thlorenz/inline-source-map/issues"46},47"_id": "[email protected]",48"_shasum": "a528b514e689fce90db3089e870d92f527acb5eb",49"_from": "inline-source-map@>=0.3.0 <0.4.0",50"_npmVersion": "2.4.1",51"_nodeVersion": "1.1.0",52"_npmUser": {53"name": "thlorenz",54"email": "[email protected]"55},56"maintainers": [57{58"name": "thlorenz",59"email": "[email protected]"60}61],62"dist": {63"shasum": "a528b514e689fce90db3089e870d92f527acb5eb",64"tarball": "http://registry.npmjs.org/inline-source-map/-/inline-source-map-0.3.1.tgz"65},66"directories": {},67"_resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.3.1.tgz",68"readme": "ERROR: No README data found!"69}707172