package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/highlight@7.10.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/highlight@7.10.1",
  10. "_id": "@babel/highlight@7.10.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
  13. "_location": "/@babel/highlight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/highlight@7.10.1",
  19. "name": "@babel/highlight",
  20. "escapedName": "@babel%2fhighlight",
  21. "scope": "@babel",
  22. "rawSpec": "7.10.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.10.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/code-frame"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
  30. "_spec": "7.10.1",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "suchipi",
  34. "email": "me@suchipi.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/helper-validator-identifier": "^7.10.1",
  41. "chalk": "^2.0.0",
  42. "js-tokens": "^4.0.0"
  43. },
  44. "description": "Syntax highlight JavaScript strings for output in terminals.",
  45. "devDependencies": {
  46. "strip-ansi": "^4.0.0"
  47. },
  48. "gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf",
  49. "homepage": "https://babeljs.io/",
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@babel/highlight",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-highlight"
  60. },
  61. "version": "7.10.1"
  62. }