package.json 2.3 KB

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