package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. {
  5. "name": "gitbook-plugin-prism",
  6. "raw": "gitbook-plugin-prism@1.0.0",
  7. "rawSpec": "1.0.0",
  8. "scope": null,
  9. "spec": "1.0.0",
  10. "type": "version"
  11. },
  12. "/Users/mrfangge/fedproject/website-book"
  13. ]
  14. ],
  15. "_from": "gitbook-plugin-prism@1.0.0",
  16. "_id": "gitbook-plugin-prism@1.0.0",
  17. "_inCache": true,
  18. "_installable": true,
  19. "_location": "/gitbook-plugin-prism",
  20. "_nodeVersion": "2.2.1",
  21. "_npmUser": {
  22. "email": "dan.abramov@gmail.com",
  23. "name": "gaearon"
  24. },
  25. "_npmVersion": "3.3.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "name": "gitbook-plugin-prism",
  29. "raw": "gitbook-plugin-prism@1.0.0",
  30. "rawSpec": "1.0.0",
  31. "scope": null,
  32. "spec": "1.0.0",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "#USER"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/gitbook-plugin-prism/-/gitbook-plugin-prism-1.0.0.tgz",
  39. "_shasum": "f50bc0c7467a3d0d0bb7091aeaa1f74835b8cc18",
  40. "_shrinkwrap": null,
  41. "_spec": "gitbook-plugin-prism@1.0.0",
  42. "_where": "/Users/mrfangge/fedproject/website-book",
  43. "bugs": {
  44. "url": "https://github.com/gaearon/gitbook-plugin-prism/issues"
  45. },
  46. "dependencies": {
  47. "prism-languages": "^0.1.3",
  48. "prismjs": "0.0.1"
  49. },
  50. "description": "Prism highlighting for gitbook",
  51. "devDependencies": {},
  52. "directories": {},
  53. "dist": {
  54. "shasum": "f50bc0c7467a3d0d0bb7091aeaa1f74835b8cc18",
  55. "tarball": "https://registry.npmjs.org/gitbook-plugin-prism/-/gitbook-plugin-prism-1.0.0.tgz"
  56. },
  57. "engines": {
  58. "gitbook": ">=2.4.1"
  59. },
  60. "gitHead": "9ee1fdee3c972366570045bb0691f8a0c4fc6136",
  61. "homepage": "https://github.com/gaearon/gitbook-plugin-prism",
  62. "license": "Apache-2.0",
  63. "main": "index.js",
  64. "maintainers": [
  65. {
  66. "email": "dan.abramov@gmail.com",
  67. "name": "gaearon"
  68. }
  69. ],
  70. "name": "gitbook-plugin-prism",
  71. "optionalDependencies": {},
  72. "readme": "ERROR: No README data found!",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/gaearon/gitbook-plugin-prism.git"
  76. },
  77. "scripts": {},
  78. "version": "1.0.0"
  79. }