Initial commit
[yaffs-website] / node_modules / escape-string-regexp / package.json
1 {
2   "_args": [
3     [
4       "escape-string-regexp@^1.0.2",
5       "/var/www/yaffs/node_modules/chalk"
6     ]
7   ],
8   "_from": "escape-string-regexp@>=1.0.2 <2.0.0",
9   "_id": "escape-string-regexp@1.0.5",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/escape-string-regexp",
13   "_nodeVersion": "4.2.6",
14   "_npmOperationalInternal": {
15     "host": "packages-9-west.internal.npmjs.com",
16     "tmp": "tmp/escape-string-regexp-1.0.5.tgz_1456059312074_0.7245344955008477"
17   },
18   "_npmUser": {
19     "email": "jappelman@xebia.com",
20     "name": "jbnicolai"
21   },
22   "_npmVersion": "2.14.12",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "escape-string-regexp",
26     "raw": "escape-string-regexp@^1.0.2",
27     "rawSpec": "^1.0.2",
28     "scope": null,
29     "spec": ">=1.0.2 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/chalk"
34   ],
35   "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
36   "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
37   "_shrinkwrap": null,
38   "_spec": "escape-string-regexp@^1.0.2",
39   "_where": "/var/www/yaffs/node_modules/chalk",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
47   },
48   "dependencies": {},
49   "description": "Escape RegExp special characters",
50   "devDependencies": {
51     "ava": "*",
52     "xo": "*"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
57     "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
58   },
59   "engines": {
60     "node": ">=0.8.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "db124a3e1aae9d692c4899e42a5c6c3e329eaa20",
66   "homepage": "https://github.com/sindresorhus/escape-string-regexp",
67   "keywords": [
68     "characters",
69     "escape",
70     "expression",
71     "re",
72     "regex",
73     "regexp",
74     "regular",
75     "special",
76     "str",
77     "string"
78   ],
79   "license": "MIT",
80   "maintainers": [
81     {
82       "name": "sindresorhus",
83       "email": "sindresorhus@gmail.com"
84     },
85     {
86       "name": "jbnicolai",
87       "email": "jappelman@xebia.com"
88     }
89   ],
90   "name": "escape-string-regexp",
91   "optionalDependencies": {},
92   "readme": "ERROR: No README data found!",
93   "repository": {
94     "type": "git",
95     "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
96   },
97   "scripts": {
98     "test": "xo && ava"
99   },
100   "version": "1.0.5"
101 }