package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-class-features-plugin@7.12.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-class-features-plugin@7.12.1",
  10. "_id": "@babel/helper-create-class-features-plugin@7.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PEWZj0Me3UqSFMXx060USKYTf24=",
  13. "_location": "/@babel/helper-create-class-features-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-create-class-features-plugin@7.12.1",
  19. "name": "@babel/helper-create-class-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-class-properties",
  28. "/@babel/plugin-proposal-decorators",
  29. "/@babel/plugin-proposal-private-methods"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.12.1.tgz",
  32. "_spec": "7.12.1",
  33. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babeljs.io/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "dependencies": {
  42. "@babel/helper-function-name": "^7.10.4",
  43. "@babel/helper-member-expression-to-functions": "^7.12.1",
  44. "@babel/helper-optimise-call-expression": "^7.10.4",
  45. "@babel/helper-replace-supers": "^7.12.1",
  46. "@babel/helper-split-export-declaration": "^7.10.4"
  47. },
  48. "description": "Compile class public and private fields, private methods and decorators to ES6",
  49. "devDependencies": {
  50. "@babel/core": "^7.12.1",
  51. "@babel/helper-plugin-test-runner": "7.10.4"
  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-create-class-features-plugin",
  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-create-class-features-plugin"
  71. },
  72. "version": "7.12.1"
  73. }