package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. {
  5. "name": "prismjs",
  6. "raw": "prismjs@0.0.1",
  7. "rawSpec": "0.0.1",
  8. "scope": null,
  9. "spec": "0.0.1",
  10. "type": "version"
  11. },
  12. "/Users/mrfangge/fedproject/website-book/node_modules/gitbook-plugin-prism"
  13. ]
  14. ],
  15. "_from": "prismjs@0.0.1",
  16. "_id": "prismjs@0.0.1",
  17. "_inCache": true,
  18. "_installable": true,
  19. "_location": "/prismjs",
  20. "_nodeVersion": "0.12.2",
  21. "_npmUser": {
  22. "email": "chansen87@gmail.com",
  23. "name": "charleshansen"
  24. },
  25. "_npmVersion": "2.9.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "name": "prismjs",
  29. "raw": "prismjs@0.0.1",
  30. "rawSpec": "0.0.1",
  31. "scope": null,
  32. "spec": "0.0.1",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/gitbook-plugin-prism",
  37. "/prism-languages"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/prismjs/-/prismjs-0.0.1.tgz",
  40. "_shasum": "0fd50f4baf26e5cd33523b65bac2f0bc90f5503f",
  41. "_shrinkwrap": null,
  42. "_spec": "prismjs@0.0.1",
  43. "_where": "/Users/mrfangge/fedproject/website-book/node_modules/gitbook-plugin-prism",
  44. "author": {
  45. "name": "Lea Verou"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/LeaVerou/prism/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
  52. "devDependencies": {
  53. "del": "^1.1.1",
  54. "gulp": "^3.8.6",
  55. "gulp-concat": "^2.3.4",
  56. "gulp-header": "^1.0.5",
  57. "gulp-rename": "^1.2.0",
  58. "gulp-uglify": "^0.3.1",
  59. "highland": "^2.5.0",
  60. "npm": "^2.9.1",
  61. "vinyl": "^0.4.6",
  62. "yargs": "^3.9.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "0fd50f4baf26e5cd33523b65bac2f0bc90f5503f",
  67. "tarball": "https://registry.npmjs.org/prismjs/-/prismjs-0.0.1.tgz"
  68. },
  69. "gitHead": "01bf05273e340c209114bc285d486574942762e7",
  70. "homepage": "https://github.com/LeaVerou/prism#readme",
  71. "keywords": [
  72. "prism",
  73. "highlight"
  74. ],
  75. "license": "MIT",
  76. "main": "prism.js",
  77. "maintainers": [
  78. {
  79. "email": "chansen87@gmail.com",
  80. "name": "charleshansen"
  81. }
  82. ],
  83. "name": "prismjs",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/LeaVerou/prism.git"
  89. },
  90. "scripts": {
  91. "test": "echo \"Error: no test specified\" && exit 1"
  92. },
  93. "version": "0.0.1"
  94. }