package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "@babel/highlight@7.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/highlight@7.0.0",
  10. "_id": "@babel/highlight@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9xDDjI1Fjm3ZogGvtjf8t4HOmeQ=",
  13. "_location": "/@babel/highlight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/highlight@7.0.0",
  19. "name": "@babel/highlight",
  20. "escapedName": "@babel%2fhighlight",
  21. "scope": "@babel",
  22. "rawSpec": "7.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/code-frame"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.0.0.tgz",
  30. "_spec": "7.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "suchipi",
  34. "email": "me@suchipi.com"
  35. },
  36. "dependencies": {
  37. "chalk": "^2.0.0",
  38. "esutils": "^2.0.2",
  39. "js-tokens": "^4.0.0"
  40. },
  41. "description": "Syntax highlight JavaScript strings for output in terminals.",
  42. "devDependencies": {
  43. "strip-ansi": "^4.0.0"
  44. },
  45. "homepage": "https://babeljs.io/",
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@babel/highlight",
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/babel/babel/tree/master/packages/babel-highlight"
  52. },
  53. "version": "7.0.0"
  54. }