source: trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/package.json@ 59329aa

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

adding photos

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