package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-dotall-regex@7.14.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-dotall-regex@7.14.5",
  10. "_id": "@babel/plugin-transform-dotall-regex@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-L2v3bka9+AQ7Tn4WzyRTJim6DHo=",
  13. "_location": "/@babel/plugin-transform-dotall-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-dotall-regex@7.14.5",
  19. "name": "@babel/plugin-transform-dotall-regex",
  20. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env",
  28. "/@babel/preset-modules"
  29. ],
  30. "_resolved": "https://registry.nlark.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.14.5.tgz?cache=0&sync_timestamp=1623280544588&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-dotall-regex%2Fdownload%2F%40babel%2Fplugin-transform-dotall-regex-7.14.5.tgz",
  31. "_spec": "7.14.5",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "dependencies": {
  41. "@babel/helper-create-regexp-features-plugin": "^7.14.5",
  42. "@babel/helper-plugin-utils": "^7.14.5"
  43. },
  44. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  45. "devDependencies": {
  46. "@babel/core": "7.14.5",
  47. "@babel/helper-plugin-test-runner": "7.14.5"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
  53. "keywords": [
  54. "babel-plugin",
  55. "regex",
  56. "regexp",
  57. "regular expressions",
  58. "dotall"
  59. ],
  60. "license": "MIT",
  61. "main": "./lib/index.js",
  62. "name": "@babel/plugin-transform-dotall-regex",
  63. "peerDependencies": {
  64. "@babel/core": "^7.0.0-0"
  65. },
  66. "publishConfig": {
  67. "access": "public"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/babel/babel.git",
  72. "directory": "packages/babel-plugin-transform-dotall-regex"
  73. },
  74. "version": "7.14.5"
  75. }