source: trip-planner-front/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_from": "@babel/plugin-proposal-unicode-property-regex@^7.14.5",
3 "_id": "@babel/plugin-proposal-unicode-property-regex@7.16.0",
4 "_inBundle": false,
5 "_integrity": "sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==",
6 "_location": "/@babel/plugin-proposal-unicode-property-regex",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/plugin-proposal-unicode-property-regex@^7.14.5",
12 "name": "@babel/plugin-proposal-unicode-property-regex",
13 "escapedName": "@babel%2fplugin-proposal-unicode-property-regex",
14 "scope": "@babel",
15 "rawSpec": "^7.14.5",
16 "saveSpec": null,
17 "fetchSpec": "^7.14.5"
18 },
19 "_requiredBy": [
20 "/@babel/preset-env",
21 "/@babel/preset-modules"
22 ],
23 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.0.tgz",
24 "_shasum": "890482dfc5ea378e42e19a71e709728cabf18612",
25 "_spec": "@babel/plugin-proposal-unicode-property-regex@^7.14.5",
26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
27 "author": {
28 "name": "The Babel Team",
29 "url": "https://babel.dev/team"
30 },
31 "bugs": {
32 "url": "https://github.com/babel/babel/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "@babel/helper-create-regexp-features-plugin": "^7.16.0",
37 "@babel/helper-plugin-utils": "^7.14.5"
38 },
39 "deprecated": false,
40 "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
41 "devDependencies": {
42 "@babel/core": "^7.16.0",
43 "@babel/helper-plugin-test-runner": "^7.16.0"
44 },
45 "engines": {
46 "node": ">=4"
47 },
48 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
49 "keywords": [
50 "babel-plugin",
51 "regex",
52 "regexp",
53 "regular expressions",
54 "unicode properties",
55 "unicode"
56 ],
57 "license": "MIT",
58 "main": "./lib/index.js",
59 "name": "@babel/plugin-proposal-unicode-property-regex",
60 "peerDependencies": {
61 "@babel/core": "^7.0.0-0"
62 },
63 "publishConfig": {
64 "access": "public"
65 },
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/babel/babel.git",
69 "directory": "packages/babel-plugin-proposal-unicode-property-regex"
70 },
71 "version": "7.16.0"
72}
Note: See TracBrowser for help on using the repository browser.