[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "escape-string-regexp@1.0.5",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "escape-string-regexp@1.0.5",
|
---|
| 10 | "_id": "escape-string-regexp@1.0.5",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
|
---|
| 13 | "_location": "/escape-string-regexp",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "escape-string-regexp@1.0.5",
|
---|
| 19 | "name": "escape-string-regexp",
|
---|
| 20 | "escapedName": "escape-string-regexp",
|
---|
| 21 | "rawSpec": "1.0.5",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.0.5"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/chalk",
|
---|
| 27 | "/figures"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
---|
| 30 | "_spec": "1.0.5",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
[6a3a178] | 32 | "author": {
|
---|
| 33 | "name": "Sindre Sorhus",
|
---|
| 34 | "email": "sindresorhus@gmail.com",
|
---|
| 35 | "url": "sindresorhus.com"
|
---|
| 36 | },
|
---|
[59329aa] | 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
|
---|
| 39 | },
|
---|
| 40 | "description": "Escape RegExp special characters",
|
---|
| 41 | "devDependencies": {
|
---|
| 42 | "ava": "*",
|
---|
| 43 | "xo": "*"
|
---|
| 44 | },
|
---|
[6a3a178] | 45 | "engines": {
|
---|
| 46 | "node": ">=0.8.0"
|
---|
| 47 | },
|
---|
| 48 | "files": [
|
---|
| 49 | "index.js"
|
---|
| 50 | ],
|
---|
[59329aa] | 51 | "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
|
---|
[6a3a178] | 52 | "keywords": [
|
---|
| 53 | "escape",
|
---|
| 54 | "regex",
|
---|
| 55 | "regexp",
|
---|
| 56 | "re",
|
---|
| 57 | "regular",
|
---|
| 58 | "expression",
|
---|
| 59 | "string",
|
---|
| 60 | "str",
|
---|
| 61 | "special",
|
---|
| 62 | "characters"
|
---|
| 63 | ],
|
---|
[59329aa] | 64 | "license": "MIT",
|
---|
| 65 | "maintainers": [
|
---|
| 66 | {
|
---|
| 67 | "name": "Sindre Sorhus",
|
---|
| 68 | "email": "sindresorhus@gmail.com",
|
---|
| 69 | "url": "sindresorhus.com"
|
---|
| 70 | },
|
---|
| 71 | {
|
---|
| 72 | "name": "Joshua Boy Nicolai Appelman",
|
---|
| 73 | "email": "joshua@jbna.nl",
|
---|
| 74 | "url": "jbna.nl"
|
---|
| 75 | }
|
---|
| 76 | ],
|
---|
| 77 | "name": "escape-string-regexp",
|
---|
| 78 | "repository": {
|
---|
| 79 | "type": "git",
|
---|
| 80 | "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
|
---|
| 81 | },
|
---|
| 82 | "scripts": {
|
---|
| 83 | "test": "xo && ava"
|
---|
| 84 | },
|
---|
| 85 | "version": "1.0.5"
|
---|
[6a3a178] | 86 | }
|
---|