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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
| {
| "_args": [
| [
| {
| "raw": "safe-regex2@^2.0.0",
| "scope": null,
| "escapedName": "safe-regex2",
| "name": "safe-regex2",
| "rawSpec": "^2.0.0",
| "spec": ">=2.0.0 <3.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/find-my-way"
| ]
| ],
| "_from": "safe-regex2@>=2.0.0 <3.0.0",
| "_hasShrinkwrap": false,
| "_id": "safe-regex2@2.0.0",
| "_inCache": true,
| "_location": "/safe-regex2",
| "_nodeVersion": "10.15.1",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/safe-regex2_2.0.0_1550468435646_0.20697473603543237"
| },
| "_npmUser": {
| "name": "matteo.collina",
| "email": "hello@matteocollina.com"
| },
| "_npmVersion": "6.7.0",
| "_phantomChildren": {},
| "_requested": {
| "raw": "safe-regex2@^2.0.0",
| "scope": null,
| "escapedName": "safe-regex2",
| "name": "safe-regex2",
| "rawSpec": "^2.0.0",
| "spec": ">=2.0.0 <3.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/find-my-way"
| ],
| "_resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-2.0.0.tgz",
| "_shasum": "b287524c397c7a2994470367e0185e1916b1f5b9",
| "_shrinkwrap": null,
| "_spec": "safe-regex2@^2.0.0",
| "_where": "/root/rushmail/node_modules/find-my-way",
| "author": {
| "name": "James Halliday",
| "email": "mail@substack.net",
| "url": "http://substack.net"
| },
| "bugs": {
| "url": "https://github.com/fastify/safe-regex/issues"
| },
| "contributors": [
| {
| "name": "Matteo Collina",
| "email": "hello@matteocollina.com"
| }
| ],
| "dependencies": {
| "ret": "~0.2.0"
| },
| "description": "detect possibly catastrophic, exponential-time regular expressions",
| "devDependencies": {
| "standard": "^12.0.1",
| "tape": "^4.0.0"
| },
| "directories": {},
| "dist": {
| "integrity": "sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ==",
| "shasum": "b287524c397c7a2994470367e0185e1916b1f5b9",
| "tarball": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-2.0.0.tgz",
| "fileCount": 7,
| "unpackedSize": 5388,
| "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcakVUCRA9TVsSAnZWagAA6NMP+wZOiGTaV3JrxZ/ao+fA\n06rLysYy9JbifFF9/4xqRIcKU9kxykAlaqkYDNMdU/zkBAbezcRkAPglHAm0\ntTYDmVipp8AOnJWbezWJM7Kl26AIgE5UVyeH9XcB4/0W3uwNf17F5m5jy4mL\nFhsbG75sACdmRAZR+nP0RRLq2oT54QicUdBT3OR8QWx2hlPldYbbdq/6veUM\n7geBkcODQ0lspjOiuxQmQcZqvuwxgVvubYGWLdeaBRogYlV78JQSom6hdoCc\n2lNri78qaOZh+KYbKMOtdpNaSffr95XGUR4ueRMQayBS40Sj1gHjVb0B3Z+i\nPZ7fDpHJI0HVXHbYwVjiy5imepey6jJ9IRpsxGM7mWAqYPwJbmxVBXHxJpxg\nR+I2IndDBBwqphsoZTxNzza7V7eb2rtC/AMeYbNQmoNg037S6dygr1cf3GyG\nxnKzV2r9X9hxqIUoZpVCcdJR+14lGIUUKEHxsDY+SwA2hMjnkC3nNq0SyfJF\ny4r82qW5egaxg1DOd1Oxl73OH322MjmfRuQjHxGPJ1N28uJeFHkAqGoI21mN\nwtgw0g4dA/wi288KNiobBNoWry2lSCPPK2nOytskxB01Lb6B1bE7To+Y8Rj7\nB/nIM3bJLhTSBYs+NLEDxt3zclWCWTLMDF5gpcpOycPZC0I2GlWpMQSJ88tr\nOkBu\r\n=Sk2m\r\n-----END PGP SIGNATURE-----\r\n"
| },
| "gitHead": "6af6b35b1609474d928a5e9a8af4f95ab6771628",
| "homepage": "https://github.com/fastify/safe-regex",
| "keywords": [
| "catastrophic",
| "exponential",
| "regex",
| "safe",
| "sandbox"
| ],
| "license": "MIT",
| "main": "index.js",
| "maintainers": [
| {
| "name": "matteo.collina",
| "email": "hello@matteocollina.com"
| }
| ],
| "name": "safe-regex2",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git://github.com/fastify/safe-regex.git"
| },
| "scripts": {
| "test": "standard && tape test/*.js"
| },
| "version": "2.0.0"
| }
|
|