- 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/unicode-match-property-ecmascript/package.json
rceaed42 r59329aa 1 1 { 2 "name": "unicode-match-property-ecmascript", 3 "version": "2.0.0", 2 "_args": [ 3 [ 4 "unicode-match-property-ecmascript@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "unicode-match-property-ecmascript@2.0.0", 10 "_id": "unicode-match-property-ecmascript@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", 13 "_location": "/unicode-match-property-ecmascript", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "unicode-match-property-ecmascript@2.0.0", 19 "name": "unicode-match-property-ecmascript", 20 "escapedName": "unicode-match-property-ecmascript", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 24 }, 25 "_requiredBy": [ 26 "/regexpu-core" 27 ], 28 "_resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", 29 "_spec": "2.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/unicode-match-property-ecmascript/issues" 37 }, 38 "dependencies": { 39 "unicode-canonical-property-names-ecmascript": "^2.0.0", 40 "unicode-property-aliases-ecmascript": "^2.0.0" 41 }, 4 42 "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.", 5 "homepage": "https://github.com/mathiasbynens/unicode-match-property-ecmascript", 6 "main": "index.js", 43 "devDependencies": { 44 "ava": "*" 45 }, 7 46 "engines": { 8 47 "node": ">=4" … … 12 51 "index.js" 13 52 ], 53 "homepage": "https://github.com/mathiasbynens/unicode-match-property-ecmascript", 14 54 "keywords": [ 15 55 "unicode", … … 18 58 ], 19 59 "license": "MIT", 20 "author": { 21 "name": "Mathias Bynens", 22 "url": "https://mathiasbynens.be/" 23 }, 60 "main": "index.js", 61 "name": "unicode-match-property-ecmascript", 24 62 "repository": { 25 63 "type": "git", 26 "url": "https://github.com/mathiasbynens/unicode-match-property-ecmascript.git" 27 }, 28 "bugs": "https://github.com/mathiasbynens/unicode-match-property-ecmascript/issues", 29 "dependencies": { 30 "unicode-canonical-property-names-ecmascript": "^2.0.0", 31 "unicode-property-aliases-ecmascript": "^2.0.0" 32 }, 33 "devDependencies": { 34 "ava": "*" 64 "url": "git+https://github.com/mathiasbynens/unicode-match-property-ecmascript.git" 35 65 }, 36 66 "scripts": { 37 67 "test": "ava ./tests/*" 38 } 68 }, 69 "version": "2.0.0" 39 70 }
Note:
See TracChangeset
for help on using the changeset viewer.