Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/plugin-transform-dotall-regex@^7.7.0",
  3. "_id": "@babel/plugin-transform-dotall-regex@7.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3QQlF7hSBnSuM1hQ0pS3pmAbWLax/uGNCbPBND9y+oJ4Y776jsyujG2k0Sn2Aj2a0QwVOiOFL5QVPA7spjvzSA==",
  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.7.0",
  12. "name": "@babel/plugin-transform-dotall-regex",
  13. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  14. "scope": "@babel",
  15. "rawSpec": "^7.7.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.7.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.0.tgz",
  23. "_shasum": "c5c9ecacab3a5e0c11db6981610f0c32fd698b3b",
  24. "_spec": "@babel/plugin-transform-dotall-regex@^7.7.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/preset-env",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-create-regexp-features-plugin": "^7.7.0",
  32. "@babel/helper-plugin-utils": "^7.0.0"
  33. },
  34. "deprecated": false,
  35. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  36. "devDependencies": {
  37. "@babel/core": "^7.7.0",
  38. "@babel/helper-plugin-test-runner": "^7.0.0"
  39. },
  40. "gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
  41. "homepage": "https://babeljs.io/",
  42. "keywords": [
  43. "babel-plugin",
  44. "regex",
  45. "regexp",
  46. "regular expressions",
  47. "dotall"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "@babel/plugin-transform-dotall-regex",
  52. "peerDependencies": {
  53. "@babel/core": "^7.0.0-0"
  54. },
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex"
  61. },
  62. "version": "7.7.0"
  63. }