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
| {
| "_args": [
| [
| "regenerate-unicode-properties@9.0.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "regenerate-unicode-properties@9.0.0",
| "_id": "regenerate-unicode-properties@9.0.0",
| "_inBundle": false,
| "_integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==",
| "_location": "/regenerate-unicode-properties",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "regenerate-unicode-properties@9.0.0",
| "name": "regenerate-unicode-properties",
| "escapedName": "regenerate-unicode-properties",
| "rawSpec": "9.0.0",
| "saveSpec": null,
| "fetchSpec": "9.0.0"
| },
| "_requiredBy": [
| "/regexpu-core"
| ],
| "_resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
| "_spec": "9.0.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Mathias Bynens",
| "url": "https://mathiasbynens.be/"
| },
| "bugs": {
| "url": "https://github.com/mathiasbynens/regenerate-unicode-properties/issues"
| },
| "dependencies": {
| "regenerate": "^1.4.2"
| },
| "description": "Regenerate sets for Unicode properties and values.",
| "devDependencies": {
| "@unicode/unicode-14.0.0": "^1.2.1",
| "ava": "^3.15.0",
| "fs-extra": "^10.0.0",
| "jsesc": "^3.0.2",
| "unicode-canonical-property-names-ecmascript": "^2.0.0"
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "LICENSE-MIT.txt",
| "index.js",
| "unicode-version.js",
| "Binary_Property",
| "General_Category",
| "Script",
| "Script_Extensions"
| ],
| "homepage": "https://github.com/mathiasbynens/regenerate-unicode-properties",
| "keywords": [
| "unicode",
| "unicode-data",
| "regenerate"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "regenerate-unicode-properties",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mathiasbynens/regenerate-unicode-properties.git"
| },
| "scripts": {
| "build": "node build.js",
| "test": "ava tests/tests.js"
| },
| "version": "9.0.0"
| }
|
|