114 lines
3.4 KiB
JSON
114 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "escape-string-regexp@^1.0.5",
|
|
"scope": null,
|
|
"escapedName": "escape-string-regexp",
|
|
"name": "escape-string-regexp",
|
|
"rawSpec": "^1.0.5",
|
|
"spec": ">=1.0.5 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/chalk"
|
|
]
|
|
],
|
|
"_from": "escape-string-regexp@>=1.0.5 <2.0.0",
|
|
"_id": "escape-string-regexp@1.0.5",
|
|
"_inCache": true,
|
|
"_location": "/escape-string-regexp",
|
|
"_nodeVersion": "4.2.6",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-9-west.internal.npmjs.com",
|
|
"tmp": "tmp/escape-string-regexp-1.0.5.tgz_1456059312074_0.7245344955008477"
|
|
},
|
|
"_npmUser": {
|
|
"name": "jbnicolai",
|
|
"email": "jappelman@xebia.com"
|
|
},
|
|
"_npmVersion": "2.14.12",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "escape-string-regexp@^1.0.5",
|
|
"scope": null,
|
|
"escapedName": "escape-string-regexp",
|
|
"name": "escape-string-regexp",
|
|
"rawSpec": "^1.0.5",
|
|
"spec": ">=1.0.5 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/chalk",
|
|
"/figures"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
"_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
|
|
"_shrinkwrap": null,
|
|
"_spec": "escape-string-regexp@^1.0.5",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/chalk",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/escape-string-regexp/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Escape RegExp special characters",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
|
|
"tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "db124a3e1aae9d692c4899e42a5c6c3e329eaa20",
|
|
"homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
|
|
"keywords": [
|
|
"escape",
|
|
"regex",
|
|
"regexp",
|
|
"re",
|
|
"regular",
|
|
"expression",
|
|
"string",
|
|
"str",
|
|
"special",
|
|
"characters"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
{
|
|
"name": "Joshua Boy Nicolai Appelman",
|
|
"email": "joshua@jbna.nl",
|
|
"url": "jbna.nl"
|
|
}
|
|
],
|
|
"name": "escape-string-regexp",
|
|
"optionalDependencies": {},
|
|
"readme": "# escape-string-regexp [![Build Status](https://travis-ci.org/sindresorhus/escape-string-regexp.svg?branch=master)](https://travis-ci.org/sindresorhus/escape-string-regexp)\n\n> Escape RegExp special characters\n\n\n## Install\n\n```\n$ npm install --save escape-string-regexp\n```\n\n\n## Usage\n\n```js\nconst escapeStringRegexp = require('escape-string-regexp');\n\nconst escapedString = escapeStringRegexp('how much $ for a unicorn?');\n//=> 'how much \\$ for a unicorn\\?'\n\nnew RegExp(escapedString);\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
|
|
"readmeFilename": "readme.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.5"
|
|
}
|