Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "@babel/code-frame@^7.5.5",
  3. "_id": "@babel/code-frame@7.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
  6. "_location": "/@babel/code-frame",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/code-frame@^7.5.5",
  12. "name": "@babel/code-frame",
  13. "escapedName": "@babel%2fcode-frame",
  14. "scope": "@babel",
  15. "rawSpec": "^7.5.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.5.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/template",
  22. "/@babel/traverse"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
  25. "_shasum": "bc0782f6d69f7b7d49531219699b988f669a8f9d",
  26. "_spec": "@babel/code-frame@^7.5.5",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/core",
  28. "author": {
  29. "name": "Sebastian McKenzie",
  30. "email": "sebmck@gmail.com"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/highlight": "^7.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Generate errors that contain a code frame that point to source locations.",
  38. "devDependencies": {
  39. "chalk": "^2.0.0",
  40. "strip-ansi": "^4.0.0"
  41. },
  42. "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
  43. "homepage": "https://babeljs.io/",
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/code-frame",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "https://github.com/babel/babel/tree/master/packages/babel-code-frame"
  53. },
  54. "version": "7.5.5"
  55. }