- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/regexpu-core/package.json
rceaed42 r59329aa 1 1 { 2 "name": "regexpu-core", 3 "version": "4.8.0", 4 "description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.", 5 "homepage": "https://mths.be/regexpu", 6 "main": "rewrite-pattern.js", 7 "engines": { 8 "node": ">=4" 9 }, 10 "keywords": [ 11 "codegen", 12 "desugaring", 13 "ecmascript", 14 "es5", 15 "es6", 16 "harmony", 17 "javascript", 18 "refactoring", 19 "regex", 20 "regexp", 21 "regular expressions", 22 "rewriting", 23 "syntax", 24 "transformation", 25 "transpile", 26 "transpiler", 27 "unicode" 28 ], 29 "license": "MIT", 30 "author": { 31 "name": "Mathias Bynens", 32 "url": "https://mathiasbynens.be/" 33 }, 34 "repository": { 35 "type": "git", 36 "url": "https://github.com/mathiasbynens/regexpu-core.git" 37 }, 38 "bugs": "https://github.com/mathiasbynens/regexpu-core/issues", 39 "files": [ 40 "LICENSE-MIT.txt", 41 "rewrite-pattern.js", 42 "data/character-class-escape-sets.js", 43 "data/iu-mappings.js" 44 ], 45 "scripts": { 46 "build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js", 47 "test": "mocha tests", 48 "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec" 49 }, 50 "dependencies": { 51 "regenerate": "^1.4.2", 52 "regenerate-unicode-properties": "^9.0.0", 53 "regjsgen": "^0.5.2", 54 "regjsparser": "^0.7.0", 55 "unicode-match-property-ecmascript": "^2.0.0", 56 "unicode-match-property-value-ecmascript": "^2.0.0" 57 }, 58 "devDependencies": { 59 "codecov": "^3.8.3", 60 "istanbul": "^0.4.5", 61 "jsesc": "^3.0.2", 62 "lodash": "^4.17.21", 63 "mocha": "^9.1.1", 64 "regexpu-fixtures": "2.1.4", 65 "@unicode/unicode-14.0.0": "^1.2.1" 66 } 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" 67 98 }
Note:
See TracChangeset
for help on using the changeset viewer.