react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / syntax-error / package.json
80711 views{1"name": "syntax-error",2"version": "1.1.4",3"description": "detect and report syntax errors in source code strings",4"main": "index.js",5"dependencies": {6"acorn": "^1.0.3"7},8"devDependencies": {9"tap": "^1.1.0"10},11"scripts": {12"test": "tap test/*.js"13},14"repository": {15"type": "git",16"url": "git://github.com/substack/node-syntax-error.git"17},18"homepage": "https://github.com/substack/node-syntax-error",19"keywords": [20"syntax",21"error",22"esprima",23"stack",24"line",25"column"26],27"author": {28"name": "James Halliday",29"email": "[email protected]",30"url": "http://substack.net"31},32"license": "MIT",33"engine": {34"node": ">=0.6"35},36"gitHead": "a0aa102490a79ad9d38b4d5f43c4c2d6410598f1",37"bugs": {38"url": "https://github.com/substack/node-syntax-error/issues"39},40"_id": "[email protected]",41"_shasum": "1ad035e1b4f72fe16186510ac24f055c48002f6d",42"_from": "syntax-error@>=1.1.1 <2.0.0",43"_npmVersion": "2.10.1",44"_nodeVersion": "0.10.38",45"_npmUser": {46"name": "zertosh",47"email": "[email protected]"48},49"maintainers": [50{51"name": "substack",52"email": "[email protected]"53},54{55"name": "zertosh",56"email": "[email protected]"57}58],59"dist": {60"shasum": "1ad035e1b4f72fe16186510ac24f055c48002f6d",61"tarball": "http://registry.npmjs.org/syntax-error/-/syntax-error-1.1.4.tgz"62},63"directories": {},64"_resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.1.4.tgz"65}666768