package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "babel-plugin-transform-decorators@^6.24.1",
  3. "_id": "babel-plugin-transform-decorators@6.24.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-skQ2CImwDkCHu0mkWvCOlBCpBIHW4/49IZWVwV4A/EnWjL9bB6UBvLyMNe3Td5XDStSZNhe69j4bfEW8dvUbew==",
  6. "_location": "/babel-plugin-transform-decorators",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-transform-decorators@^6.24.1",
  12. "name": "babel-plugin-transform-decorators",
  13. "escapedName": "babel-plugin-transform-decorators",
  14. "rawSpec": "^6.24.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.24.1"
  17. },
  18. "_requiredBy": [
  19. "/babel-preset-stage-2"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz",
  22. "_shasum": "788013d8f8c6b5222bdf7b344390dfd77569e24d",
  23. "_spec": "babel-plugin-transform-decorators@^6.24.1",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/babel-preset-stage-2",
  25. "bundleDependencies": false,
  26. "dependencies": {
  27. "babel-helper-explode-class": "^6.24.1",
  28. "babel-plugin-syntax-decorators": "^6.13.0",
  29. "babel-runtime": "^6.22.0",
  30. "babel-template": "^6.24.1",
  31. "babel-types": "^6.24.1"
  32. },
  33. "deprecated": false,
  34. "description": "Compile class and object decorators to ES5",
  35. "devDependencies": {
  36. "babel-helper-plugin-test-runner": "^6.24.1"
  37. },
  38. "keywords": [
  39. "babel-plugin"
  40. ],
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "name": "babel-plugin-transform-decorators",
  44. "repository": {
  45. "type": "git",
  46. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators"
  47. },
  48. "version": "6.24.1"
  49. }