source: trip-planner-front/node_modules/regexpu-core/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "regexpu-core@4.8.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "regexpu-core@4.8.0",
10 "_id": "regexpu-core@4.8.0",
11 "_inBundle": false,
12 "_integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==",
13 "_location": "/regexpu-core",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "regexpu-core@4.8.0",
19 "name": "regexpu-core",
20 "escapedName": "regexpu-core",
21 "rawSpec": "4.8.0",
22 "saveSpec": null,
23 "fetchSpec": "4.8.0"
24 },
25 "_requiredBy": [
26 "/@babel/helper-create-regexp-features-plugin"
27 ],
28 "_resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz",
29 "_spec": "4.8.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/regexpu-core/issues"
37 },
38 "dependencies": {
39 "regenerate": "^1.4.2",
40 "regenerate-unicode-properties": "^9.0.0",
41 "regjsgen": "^0.5.2",
42 "regjsparser": "^0.7.0",
43 "unicode-match-property-ecmascript": "^2.0.0",
44 "unicode-match-property-value-ecmascript": "^2.0.0"
45 },
46 "description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
47 "devDependencies": {
48 "@unicode/unicode-14.0.0": "^1.2.1",
49 "codecov": "^3.8.3",
50 "istanbul": "^0.4.5",
51 "jsesc": "^3.0.2",
52 "lodash": "^4.17.21",
53 "mocha": "^9.1.1",
54 "regexpu-fixtures": "2.1.4"
55 },
56 "engines": {
57 "node": ">=4"
58 },
59 "files": [
60 "LICENSE-MIT.txt",
61 "rewrite-pattern.js",
62 "data/character-class-escape-sets.js",
63 "data/iu-mappings.js"
64 ],
65 "homepage": "https://mths.be/regexpu",
66 "keywords": [
67 "codegen",
68 "desugaring",
69 "ecmascript",
70 "es5",
71 "es6",
72 "harmony",
73 "javascript",
74 "refactoring",
75 "regex",
76 "regexp",
77 "regular expressions",
78 "rewriting",
79 "syntax",
80 "transformation",
81 "transpile",
82 "transpiler",
83 "unicode"
84 ],
85 "license": "MIT",
86 "main": "rewrite-pattern.js",
87 "name": "regexpu-core",
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/mathiasbynens/regexpu-core.git"
91 },
92 "scripts": {
93 "build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js",
94 "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
95 "test": "mocha tests"
96 },
97 "version": "4.8.0"
98}
Note: See TracBrowser for help on using the repository browser.