package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-dotall-regex@7.12.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-dotall-regex@7.12.1",
  10. "_id": "@babel/plugin-transform-dotall-regex@7.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-odFsFIYoF7ZAnApnjW+Tc8qc2XU=",
  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.12.1",
  19. "name": "@babel/plugin-transform-dotall-regex",
  20. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env",
  28. "/@babel/preset-modules"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.1.tgz?cache=0&sync_timestamp=1602801937541&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-dotall-regex%2Fdownload%2F%40babel%2Fplugin-transform-dotall-regex-7.12.1.tgz",
  31. "_spec": "7.12.1",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "dependencies": {
  37. "@babel/helper-create-regexp-features-plugin": "^7.12.1",
  38. "@babel/helper-plugin-utils": "^7.10.4"
  39. },
  40. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  41. "devDependencies": {
  42. "@babel/core": "^7.12.1",
  43. "@babel/helper-plugin-test-runner": "7.10.4"
  44. },
  45. "homepage": "https://babeljs.io/",
  46. "keywords": [
  47. "babel-plugin",
  48. "regex",
  49. "regexp",
  50. "regular expressions",
  51. "dotall"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/index.js",
  55. "name": "@babel/plugin-transform-dotall-regex",
  56. "peerDependencies": {
  57. "@babel/core": "^7.0.0-0"
  58. },
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-plugin-transform-dotall-regex"
  66. },
  67. "version": "7.12.1"
  68. }