blob: e0142a62f4dca0d9f6e2fd18c583d3bf8a76800b [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "escape-string-regexp@^1.0.2",
3 "_id": "escape-string-regexp@1.0.5",
4 "_inBundle": false,
5 "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
6 "_location": "/escape-string-regexp",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "escape-string-regexp@^1.0.2",
12 "name": "escape-string-regexp",
13 "escapedName": "escape-string-regexp",
14 "rawSpec": "^1.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.2"
17 },
18 "_requiredBy": [
19 "/coa/chalk",
20 "/figures",
21 "/grunt-contrib-copy/chalk",
22 "/grunt-contrib-imagemin/chalk",
23 "/grunt-contrib-sass/chalk",
24 "/grunt-shell/chalk",
25 "/squeak/chalk",
26 "/strip-outer",
27 "/svgo/chalk",
28 "/trim-repeated"
29 ],
30 "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
31 "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
32 "_spec": "escape-string-regexp@^1.0.2",
33 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-copy\\node_modules\\chalk",
34 "author": {
35 "name": "Sindre Sorhus",
36 "email": "sindresorhus@gmail.com",
37 "url": "sindresorhus.com"
38 },
39 "bugs": {
40 "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
41 },
42 "bundleDependencies": false,
43 "deprecated": false,
44 "description": "Escape RegExp special characters",
45 "devDependencies": {
46 "ava": "*",
47 "xo": "*"
48 },
49 "engines": {
50 "node": ">=0.8.0"
51 },
52 "files": [
53 "index.js"
54 ],
55 "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
56 "keywords": [
57 "escape",
58 "regex",
59 "regexp",
60 "re",
61 "regular",
62 "expression",
63 "string",
64 "str",
65 "special",
66 "characters"
67 ],
68 "license": "MIT",
69 "maintainers": [
70 {
71 "name": "Sindre Sorhus",
72 "email": "sindresorhus@gmail.com",
73 "url": "sindresorhus.com"
74 },
75 {
76 "name": "Joshua Boy Nicolai Appelman",
77 "email": "joshua@jbna.nl",
78 "url": "jbna.nl"
79 }
80 ],
81 "name": "escape-string-regexp",
82 "repository": {
83 "type": "git",
84 "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
85 },
86 "scripts": {
87 "test": "xo && ava"
88 },
89 "version": "1.0.5"
90}