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
| {
| "_from": "char-regex@^1.0.2",
| "_id": "char-regex@1.0.2",
| "_inBundle": false,
| "_integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
| "_location": "/char-regex",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "char-regex@^1.0.2",
| "name": "char-regex",
| "escapedName": "char-regex",
| "rawSpec": "^1.0.2",
| "saveSpec": null,
| "fetchSpec": "^1.0.2"
| },
| "_requiredBy": [
| "/string-length"
| ],
| "_resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
| "_shasum": "d744358226217f981ed58f479b1d6bcc29545dcf",
| "_spec": "char-regex@^1.0.2",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\string-length",
| "author": {
| "name": "Richie Bendall",
| "email": "richiebendall@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/Richienb/char-regex/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "A regex to match any full character, considering weird character ranges.",
| "devDependencies": {
| "@babel/core": "^7.8.4",
| "@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
| "array-uniq": "^2.1.0",
| "ava": "^3.0.0",
| "emoji.json": "^12.1.1",
| "eslint-config-richienb": "^0.3.0",
| "unicode-chars": "^1.0.1",
| "xo": "^0.25.3"
| },
| "engines": {
| "node": ">=10"
| },
| "files": [
| "index.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/Richienb/char-regex#readme",
| "keywords": [
| "character",
| "regex",
| "match",
| "split",
| "length"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "char-regex",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/Richienb/char-regex.git"
| },
| "resolutions": {
| "eslint": "^6.8.0"
| },
| "scripts": {
| "lint": "xo",
| "test": "yarn lint && ava"
| },
| "version": "1.0.2",
| "xo": {
| "extends": "richienb/node"
| }
| }
|
|