package.json
4.63 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"_args": [
[
"is-regex@^1.0.3",
"/root/nodejs/myapp/node_modules/character-parser"
]
],
"_from": "is-regex@>=1.0.3 <2.0.0",
"_hasShrinkwrap": false,
"_id": "is-regex@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/is-regex",
"_nodeVersion": "14.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-regex_1.1.0_1591253437030_0.9131496985380159"
},
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "6.14.5",
"_phantomChildren": {},
"_requested": {
"name": "is-regex",
"raw": "is-regex@^1.0.3",
"rawSpec": "^1.0.3",
"scope": null,
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/character-parser"
],
"_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
"_shasum": "ece38e389e490df0dc21caea2bd596f987f767ff",
"_shrinkwrap": null,
"_spec": "is-regex@^1.0.3",
"_where": "/root/nodejs/myapp/node_modules/character-parser",
"author": {
"email": "ljharb@gmail.com",
"name": "Jordan Harband"
},
"auto-changelog": {
"backfillLimit": false,
"commitLimit": false,
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false
},
"bugs": {
"url": "https://github.com/ljharb/is-regex/issues"
},
"dependencies": {
"has-symbols": "^1.0.1"
},
"description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
"devDependencies": {
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.2",
"auto-changelog": "^2.0.0",
"covert": "^1.1.1",
"eclint": "^2.8.1",
"eslint": "^7.1.0",
"foreach": "^2.0.5",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
},
"directories": {},
"dist": {
"fileCount": 10,
"integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2Jm9CRA9TVsSAnZWagAAbE4P/iXMUYPTqB1ICJwyky3Q\nKbO1m5SVgfehrIvWftC/YFL956ifUF8WLZma8y/w0Lety/GF4erc3VZwCjkg\nKV/tOjsfCcyaUtiStgPDUEphSDVnFEpJjetBzcgGcVk541ImaehKs9B3OcOX\n461WeMb7hjA0IptcApQnkM5xz5Zxma8pqsLMR/fx5AcGpb/WKPe0lm41UJUy\nBseLyv6jajYF/4EjbUgsKxgvW9OqRIquu7zrYYJoDLMH7vbQT3C9nc0G+Pmw\nlF7c2EGkzTcyYvljy33273UqVvqpnNgfb0/WnfqihkMsy3k+9sALl5m3yCta\nK1aPalwLNy/tng2XDhLnCycFqgQ3QrBEz9uXaGlPwbYtEh1yA8nlmExoExod\n3pP/2gw8UB0/YZRWhq9YngQqKBaWA8xLxwEU92E/yFH/PUnic64mkZBi0GGc\nKooZJ5Ufuy32z02cElJNeIAdSigXLu57BXofumAgMb1Fdr8JpC1iaLnr5h9O\nY7muj0+3JQb2fBwcejEl3jYMc4jh03eA3IQFEzcfVjG6ztXTiDFMGuH8aIaf\nQvfbFOuf8qiRaRb3n/2oWvcspuOkiUIpi+d2Cq4NONyM6bXAbmczWzvrwNpZ\n06VI67Y3OXEBV1WFbd4WL7vqmafF7XheFIYa+F+ANO5Hq2ZMPYYi0+CkLBuV\nHQVc\r\n=hiO0\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "ece38e389e490df0dc21caea2bd596f987f767ff",
"tarball": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
"unpackedSize": 26170
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"gitHead": "7f2381d7273c9e0575519fee28e3386acd2882c5",
"homepage": "https://github.com/ljharb/is-regex",
"keywords": [
"expression",
"is",
"regex",
"regexp",
"regular",
"regular expression"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "is-regex",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-regex.git"
},
"scripts": {
"coverage": "covert test/index.js",
"eccheck": "eclint check *.js **/*.js > /dev/null",
"lint": "eslint .",
"posttest": "npx aud --production",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "node --harmony --es-staging test",
"version": "auto-changelog && git add CHANGELOG.md"
},
"testling": {
"browsers": [
"android-browser/4.2",
"chrome/20.0..latest",
"chrome/4.0..10.0",
"chrome/canary",
"firefox/15.0..latest",
"firefox/3.0..6.0",
"firefox/nightly",
"iexplore/6.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/10.0..12.0",
"opera/15.0..latest",
"opera/next",
"safari/4.0..latest"
],
"files": "test.js"
},
"version": "1.1.0"
}