package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-class-features-plugin@7.4.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-class-features-plugin@7.4.4",
  10. "_id": "@babel/helper-create-class-features-plugin@7.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/D1pCvZVTMnvxgc2SoLUj1hzbbo=",
  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.4.4",
  19. "name": "@babel/helper-create-class-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.4.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.4.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-class-properties",
  28. "/@babel/plugin-proposal-decorators"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.4.4.tgz",
  31. "_spec": "7.4.4",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babeljs.io/team"
  36. },
  37. "dependencies": {
  38. "@babel/helper-function-name": "^7.1.0",
  39. "@babel/helper-member-expression-to-functions": "^7.0.0",
  40. "@babel/helper-optimise-call-expression": "^7.0.0",
  41. "@babel/helper-plugin-utils": "^7.0.0",
  42. "@babel/helper-replace-supers": "^7.4.4",
  43. "@babel/helper-split-export-declaration": "^7.4.4"
  44. },
  45. "description": "Compile class public and private fields, private methods and decorators to ES6",
  46. "devDependencies": {
  47. "@babel/core": "^7.4.4",
  48. "@babel/helper-plugin-test-runner": "^7.0.0"
  49. },
  50. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
  51. "keywords": [
  52. "babel",
  53. "babel-plugin"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/index.js",
  57. "name": "@babel/helper-create-class-features-plugin",
  58. "peerDependencies": {
  59. "@babel/core": "^7.0.0"
  60. },
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-create-class-features-plugin"
  67. },
  68. "version": "7.4.4"
  69. }