package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "@babel/code-frame@^7.0.0",
  3. "_id": "@babel/code-frame@7.10.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
  6. "_location": "/@babel/code-frame",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/code-frame@^7.0.0",
  12. "name": "@babel/code-frame",
  13. "escapedName": "@babel%2fcode-frame",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/eslint"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@babel/code-frame/-/code-frame-7.10.4.tgz",
  23. "_shasum": "168da1a36e90da68ae8d49c0f1b48c7c6249213a",
  24. "_spec": "@babel/code-frame@^7.0.0",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\eslint",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "sebmck@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/highlight": "^7.10.4"
  36. },
  37. "deprecated": false,
  38. "description": "Generate errors that contain a code frame that point to source locations.",
  39. "devDependencies": {
  40. "chalk": "^2.0.0",
  41. "strip-ansi": "^4.0.0"
  42. },
  43. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  44. "homepage": "https://babeljs.io/",
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "@babel/code-frame",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/babel/babel.git",
  54. "directory": "packages/babel-code-frame"
  55. },
  56. "version": "7.10.4"
  57. }