package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-compilation-targets@7.12.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-compilation-targets@7.12.1",
  10. "_id": "@babel/helper-compilation-targets@7.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-MQ41KIj7292Fd76N/dKvueetz1A=",
  13. "_location": "/@babel/helper-compilation-targets",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-compilation-targets@7.12.1",
  19. "name": "@babel/helper-compilation-targets",
  20. "escapedName": "@babel%2fhelper-compilation-targets",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env",
  28. "/@vue/babel-preset-app"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.12.1.tgz?cache=0&sync_timestamp=1602801933895&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-compilation-targets%2Fdownload%2F%40babel%2Fhelper-compilation-targets-7.12.1.tgz",
  31. "_spec": "7.12.1",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babeljs.io/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "dependencies": {
  41. "@babel/compat-data": "^7.12.1",
  42. "@babel/helper-validator-option": "^7.12.1",
  43. "browserslist": "^4.12.0",
  44. "semver": "^5.5.0"
  45. },
  46. "description": "Engine compat data used in @babel/preset-env",
  47. "devDependencies": {
  48. "@babel/core": "^7.12.1"
  49. },
  50. "exports": {
  51. ".": "./lib/index.js"
  52. },
  53. "homepage": "https://github.com/babel/babel#readme",
  54. "keywords": [
  55. "babel",
  56. "babel-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/index.js",
  60. "name": "@babel/helper-compilation-targets",
  61. "peerDependencies": {
  62. "@babel/core": "^7.0.0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel.git",
  70. "directory": "packages/babel-helper-compilation-targets"
  71. },
  72. "version": "7.12.1"
  73. }