package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/plugin-transform-dotall-regex@^7.8.3",
  3. "_id": "@babel/plugin-transform-dotall-regex@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw==",
  6. "_location": "/@babel/plugin-transform-dotall-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-dotall-regex@^7.8.3",
  12. "name": "@babel/plugin-transform-dotall-regex",
  13. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env",
  21. "/@babel/preset-modules"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz",
  24. "_shasum": "c3c6ec5ee6125c6993c5cbca20dc8621a9ea7a6e",
  25. "_spec": "@babel/plugin-transform-dotall-regex@^7.8.3",
  26. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
  27. "bugs": {
  28. "url": "https://github.com/babel/babel/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/helper-create-regexp-features-plugin": "^7.8.3",
  33. "@babel/helper-plugin-utils": "^7.8.3"
  34. },
  35. "deprecated": false,
  36. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  37. "devDependencies": {
  38. "@babel/core": "^7.8.3",
  39. "@babel/helper-plugin-test-runner": "^7.8.3"
  40. },
  41. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  42. "homepage": "https://babeljs.io/",
  43. "keywords": [
  44. "babel-plugin",
  45. "regex",
  46. "regexp",
  47. "regular expressions",
  48. "dotall"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@babel/plugin-transform-dotall-regex",
  53. "peerDependencies": {
  54. "@babel/core": "^7.0.0-0"
  55. },
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex"
  62. },
  63. "version": "7.8.3"
  64. }