1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "regenerate-unicode-properties@9.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "regenerate-unicode-properties@9.0.0",
|
---|
10 | "_id": "regenerate-unicode-properties@9.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==",
|
---|
13 | "_location": "/regenerate-unicode-properties",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "regenerate-unicode-properties@9.0.0",
|
---|
19 | "name": "regenerate-unicode-properties",
|
---|
20 | "escapedName": "regenerate-unicode-properties",
|
---|
21 | "rawSpec": "9.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "9.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/regexpu-core"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
|
---|
29 | "_spec": "9.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Mathias Bynens",
|
---|
33 | "url": "https://mathiasbynens.be/"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/mathiasbynens/regenerate-unicode-properties/issues"
|
---|
37 | },
|
---|
38 | "dependencies": {
|
---|
39 | "regenerate": "^1.4.2"
|
---|
40 | },
|
---|
41 | "description": "Regenerate sets for Unicode properties and values.",
|
---|
42 | "devDependencies": {
|
---|
43 | "@unicode/unicode-14.0.0": "^1.2.1",
|
---|
44 | "ava": "^3.15.0",
|
---|
45 | "fs-extra": "^10.0.0",
|
---|
46 | "jsesc": "^3.0.2",
|
---|
47 | "unicode-canonical-property-names-ecmascript": "^2.0.0"
|
---|
48 | },
|
---|
49 | "engines": {
|
---|
50 | "node": ">=4"
|
---|
51 | },
|
---|
52 | "files": [
|
---|
53 | "LICENSE-MIT.txt",
|
---|
54 | "index.js",
|
---|
55 | "unicode-version.js",
|
---|
56 | "Binary_Property",
|
---|
57 | "General_Category",
|
---|
58 | "Script",
|
---|
59 | "Script_Extensions"
|
---|
60 | ],
|
---|
61 | "homepage": "https://github.com/mathiasbynens/regenerate-unicode-properties",
|
---|
62 | "keywords": [
|
---|
63 | "unicode",
|
---|
64 | "unicode-data",
|
---|
65 | "regenerate"
|
---|
66 | ],
|
---|
67 | "license": "MIT",
|
---|
68 | "main": "index.js",
|
---|
69 | "name": "regenerate-unicode-properties",
|
---|
70 | "repository": {
|
---|
71 | "type": "git",
|
---|
72 | "url": "git+https://github.com/mathiasbynens/regenerate-unicode-properties.git"
|
---|
73 | },
|
---|
74 | "scripts": {
|
---|
75 | "build": "node build.js",
|
---|
76 | "test": "ava tests/tests.js"
|
---|
77 | },
|
---|
78 | "version": "9.0.0"
|
---|
79 | }
|
---|