Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "@babel/plugin-transform-function-name@^7.7.0",
  3. "_id": "@babel/plugin-transform-function-name@7.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P5HKu0d9+CzZxP5jcrWdpe7ZlFDe24bmqP6a6X8BHEBl/eizAsY8K6LX8LASZL0Jxdjm5eEfzp+FIrxCm/p8bA==",
  6. "_location": "/@babel/plugin-transform-function-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-function-name@^7.7.0",
  12. "name": "@babel/plugin-transform-function-name",
  13. "escapedName": "@babel%2fplugin-transform-function-name",
  14. "scope": "@babel",
  15. "rawSpec": "^7.7.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.7.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.0.tgz",
  23. "_shasum": "0fa786f1eef52e3b7d4fc02e54b2129de8a04c2a",
  24. "_spec": "@babel/plugin-transform-function-name@^7.7.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/preset-env",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-function-name": "^7.7.0",
  29. "@babel/helper-plugin-utils": "^7.0.0"
  30. },
  31. "deprecated": false,
  32. "description": "Apply ES2015 function.name semantics to all functions",
  33. "devDependencies": {
  34. "@babel/core": "^7.7.0",
  35. "@babel/helper-plugin-test-runner": "^7.0.0"
  36. },
  37. "gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
  38. "keywords": [
  39. "babel-plugin"
  40. ],
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "name": "@babel/plugin-transform-function-name",
  44. "peerDependencies": {
  45. "@babel/core": "^7.0.0-0"
  46. },
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name"
  53. },
  54. "version": "7.7.0"
  55. }