source: trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/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.4 KB
Line 
1{
2 "_from": "@babel/helper-create-regexp-features-plugin@^7.16.0",
3 "_id": "@babel/helper-create-regexp-features-plugin@7.16.0",
4 "_inBundle": false,
5 "_integrity": "sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==",
6 "_location": "/@babel/helper-create-regexp-features-plugin",
7 "_phantomChildren": {
8 "@babel/helper-validator-identifier": "7.15.7",
9 "to-fast-properties": "2.0.0"
10 },
11 "_requested": {
12 "type": "range",
13 "registry": true,
14 "raw": "@babel/helper-create-regexp-features-plugin@^7.16.0",
15 "name": "@babel/helper-create-regexp-features-plugin",
16 "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
17 "scope": "@babel",
18 "rawSpec": "^7.16.0",
19 "saveSpec": null,
20 "fetchSpec": "^7.16.0"
21 },
22 "_requiredBy": [
23 "/@babel/plugin-proposal-unicode-property-regex",
24 "/@babel/plugin-transform-dotall-regex",
25 "/@babel/plugin-transform-named-capturing-groups-regex",
26 "/@babel/plugin-transform-unicode-regex"
27 ],
28 "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz",
29 "_shasum": "06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff",
30 "_spec": "@babel/helper-create-regexp-features-plugin@^7.16.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\plugin-proposal-unicode-property-regex",
32 "author": {
33 "name": "The Babel Team",
34 "url": "https://babel.dev/team"
35 },
36 "bugs": {
37 "url": "https://github.com/babel/babel/issues"
38 },
39 "bundleDependencies": false,
40 "dependencies": {
41 "@babel/helper-annotate-as-pure": "^7.16.0",
42 "regexpu-core": "^4.7.1"
43 },
44 "deprecated": false,
45 "description": "Compile ESNext Regular Expressions to ES5",
46 "devDependencies": {
47 "@babel/core": "^7.16.0",
48 "@babel/helper-plugin-test-runner": "^7.16.0"
49 },
50 "engines": {
51 "node": ">=6.9.0"
52 },
53 "homepage": "https://github.com/babel/babel#readme",
54 "keywords": [
55 "babel",
56 "babel-plugin"
57 ],
58 "license": "MIT",
59 "main": "./lib/index.js",
60 "name": "@babel/helper-create-regexp-features-plugin",
61 "peerDependencies": {
62 "@babel/core": "^7.0.0"
63 },
64 "publishConfig": {
65 "access": "public"
66 },
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/babel/babel.git",
70 "directory": "packages/babel-helper-create-regexp-features-plugin"
71 },
72 "version": "7.16.0"
73}
Note: See TracBrowser for help on using the repository browser.