package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/highlight@^7.10.4",
  3. "_id": "@babel/highlight@7.10.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
  6. "_location": "/@babel/highlight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/highlight@^7.10.4",
  12. "name": "@babel/highlight",
  13. "escapedName": "@babel%2fhighlight",
  14. "scope": "@babel",
  15. "rawSpec": "^7.10.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.10.4"
  18. },
  19. "_requiredBy": [
  20. "/@babel/code-frame"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@babel/highlight/-/highlight-7.10.4.tgz",
  23. "_shasum": "7d1bdfd65753538fabe6c38596cdb76d9ac60143",
  24. "_spec": "@babel/highlight@^7.10.4",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\@babel\\code-frame",
  26. "author": {
  27. "name": "suchipi",
  28. "email": "me@suchipi.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-validator-identifier": "^7.10.4",
  36. "chalk": "^2.0.0",
  37. "js-tokens": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Syntax highlight JavaScript strings for output in terminals.",
  41. "devDependencies": {
  42. "strip-ansi": "^4.0.0"
  43. },
  44. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  45. "homepage": "https://babeljs.io/",
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@babel/highlight",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/babel/babel.git",
  55. "directory": "packages/babel-highlight"
  56. },
  57. "version": "7.10.4"
  58. }