package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "@babel/plugin-transform-computed-properties@^7.2.0",
  3. "_id": "@babel/plugin-transform-computed-properties@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==",
  6. "_location": "/@babel/plugin-transform-computed-properties",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-computed-properties@^7.2.0",
  12. "name": "@babel/plugin-transform-computed-properties",
  13. "escapedName": "@babel%2fplugin-transform-computed-properties",
  14. "scope": "@babel",
  15. "rawSpec": "^7.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.2.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz",
  23. "_shasum": "83a7df6a658865b1c8f641d510c6f3af220216da",
  24. "_spec": "@babel/plugin-transform-computed-properties@^7.2.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/preset-env",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-plugin-utils": "^7.0.0"
  29. },
  30. "deprecated": false,
  31. "description": "Compile ES2015 computed properties to ES5",
  32. "devDependencies": {
  33. "@babel/core": "^7.2.0",
  34. "@babel/helper-plugin-test-runner": "^7.0.0"
  35. },
  36. "keywords": [
  37. "babel-plugin"
  38. ],
  39. "license": "MIT",
  40. "main": "lib/index.js",
  41. "name": "@babel/plugin-transform-computed-properties",
  42. "peerDependencies": {
  43. "@babel/core": "^7.0.0-0"
  44. },
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties"
  51. },
  52. "version": "7.2.0"
  53. }