react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / har-validator / node_modules / chalk / node_modules / escape-string-regexp / package.json
81159 views{1"name": "escape-string-regexp",2"version": "1.0.3",3"description": "Escape RegExp special characters",4"license": "MIT",5"repository": {6"type": "git",7"url": "https://github.com/sindresorhus/escape-string-regexp"8},9"author": {10"name": "Sindre Sorhus",11"email": "[email protected]",12"url": "http://sindresorhus.com"13},14"maintainers": [15{16"name": "sindresorhus",17"email": "[email protected]"18},19{20"name": "jbnicolai",21"email": "[email protected]"22}23],24"engines": {25"node": ">=0.8.0"26},27"scripts": {28"test": "mocha"29},30"files": [31"index.js"32],33"keywords": [34"regex",35"regexp",36"re",37"regular",38"expression",39"escape",40"string",41"str",42"special",43"characters"44],45"devDependencies": {46"mocha": "*"47},48"gitHead": "1e446e6b4449b5f1f8868cd31bf8fd25ee37fb4b",49"bugs": {50"url": "https://github.com/sindresorhus/escape-string-regexp/issues"51},52"homepage": "https://github.com/sindresorhus/escape-string-regexp",53"_id": "[email protected]",54"_shasum": "9e2d8b25bc2555c3336723750e03f099c2735bb5",55"_from": "escape-string-regexp@>=1.0.2 <2.0.0",56"_npmVersion": "2.1.16",57"_nodeVersion": "0.10.35",58"_npmUser": {59"name": "jbnicolai",60"email": "[email protected]"61},62"dist": {63"shasum": "9e2d8b25bc2555c3336723750e03f099c2735bb5",64"tarball": "http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"65},66"directories": {},67"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"68}697071