package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@babel/plugin-proposal-decorators@7.12.1",
  3. "_id": "@babel/plugin-proposal-decorators@7.12.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==",
  6. "_location": "/@babel/plugin-proposal-decorators",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-proposal-decorators@7.12.1",
  12. "name": "@babel/plugin-proposal-decorators",
  13. "escapedName": "@babel%2fplugin-proposal-decorators",
  14. "scope": "@babel",
  15. "rawSpec": "7.12.1",
  16. "saveSpec": null,
  17. "fetchSpec": "7.12.1"
  18. },
  19. "_requiredBy": [
  20. "/babel-preset-react-app"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz",
  23. "_shasum": "59271439fed4145456c41067450543aee332d15f",
  24. "_spec": "@babel/plugin-proposal-decorators@7.12.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\babel-preset-react-app",
  26. "author": {
  27. "name": "Logan Smyth",
  28. "email": "loganfsmyth@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-create-class-features-plugin": "^7.12.1",
  36. "@babel/helper-plugin-utils": "^7.10.4",
  37. "@babel/plugin-syntax-decorators": "^7.12.1"
  38. },
  39. "deprecated": false,
  40. "description": "Compile class and object decorators to ES5",
  41. "devDependencies": {
  42. "@babel/core": "^7.12.1",
  43. "@babel/helper-plugin-test-runner": "7.10.4"
  44. },
  45. "homepage": "https://github.com/babel/babel#readme",
  46. "keywords": [
  47. "babel",
  48. "babel-plugin",
  49. "decorators"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "@babel/plugin-proposal-decorators",
  54. "peerDependencies": {
  55. "@babel/core": "^7.0.0-0"
  56. },
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-plugin-proposal-decorators"
  64. },
  65. "version": "7.12.1"
  66. }