wzp
2021-05-13 7d694a9113118daec5be7ac224dab46a3b20f106
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "_args": [
    [
      {
        "raw": "escape-regexp-component@^1.0.2",
        "scope": null,
        "escapedName": "escape-regexp-component",
        "name": "escape-regexp-component",
        "rawSpec": "^1.0.2",
        "spec": ">=1.0.2 <2.0.0",
        "type": "range"
      },
      "/root/rushmail/node_modules/restify"
    ]
  ],
  "_from": "escape-regexp-component@>=1.0.2 <2.0.0",
  "_id": "escape-regexp-component@1.0.2",
  "_inCache": true,
  "_location": "/escape-regexp-component",
  "_npmUser": {
    "name": "tjholowaychuk",
    "email": "tj@vision-media.ca"
  },
  "_npmVersion": "1.1.65",
  "_phantomChildren": {},
  "_requested": {
    "raw": "escape-regexp-component@^1.0.2",
    "scope": null,
    "escapedName": "escape-regexp-component",
    "name": "escape-regexp-component",
    "rawSpec": "^1.0.2",
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/restify"
  ],
  "_resolved": "https://registry.npmjs.org/escape-regexp-component/-/escape-regexp-component-1.0.2.tgz",
  "_shasum": "9c63b6d0b25ff2a88c3adbd18c5b61acc3b9faa2",
  "_shrinkwrap": null,
  "_spec": "escape-regexp-component@^1.0.2",
  "_where": "/root/rushmail/node_modules/restify",
  "component": {
    "scripts": {
      "escape-regexp/index.js": "index.js"
    }
  },
  "dependencies": {},
  "description": "Escape regular expression special characters",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "9c63b6d0b25ff2a88c3adbd18c5b61acc3b9faa2",
    "tarball": "https://registry.npmjs.org/escape-regexp-component/-/escape-regexp-component-1.0.2.tgz"
  },
  "keywords": [
    "escape",
    "regexp",
    "utility"
  ],
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "name": "escape-regexp-component",
  "optionalDependencies": {},
  "readme": "\n# escape-regexp\n\n  Escape regular expression special characters.\n\n## Example\n\n```js\nvar escape = require('escape-regexp');\nescape(str);\n```\n\n## License\n\n  MIT",
  "readmeFilename": "Readme.md",
  "version": "1.0.2"
}