package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-dotall-regex@7.4.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-dotall-regex@7.4.4",
  10. "_id": "@babel/plugin-transform-dotall-regex@7.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NhoUi8lRREMSxpRG127R6o5EUMM=",
  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.4.4",
  19. "name": "@babel/plugin-transform-dotall-regex",
  20. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.4.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.4.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.4.4.tgz",
  30. "_spec": "7.4.4",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-plugin-utils": "^7.0.0",
  37. "@babel/helper-regex": "^7.4.4",
  38. "regexpu-core": "^4.5.4"
  39. },
  40. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  41. "devDependencies": {
  42. "@babel/core": "^7.4.4",
  43. "@babel/helper-plugin-test-runner": "^7.0.0"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
  49. "homepage": "https://babeljs.io/",
  50. "keywords": [
  51. "babel-plugin",
  52. "regex",
  53. "regexp",
  54. "regular expressions",
  55. "dotall"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "name": "@babel/plugin-transform-dotall-regex",
  60. "peerDependencies": {
  61. "@babel/core": "^7.0.0-0"
  62. },
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex"
  69. },
  70. "version": "7.4.4"
  71. }