package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "json3@3.3.2",
  6. "scope": null,
  7. "escapedName": "json3",
  8. "name": "json3",
  9. "rawSpec": "3.3.2",
  10. "spec": "3.3.2",
  11. "type": "version"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/socket.io-parser"
  14. ]
  15. ],
  16. "_from": "json3@3.3.2",
  17. "_id": "json3@3.3.2",
  18. "_inCache": true,
  19. "_location": "/json3",
  20. "_npmUser": {
  21. "name": "kitcambridge",
  22. "email": "github@kitcambridge.be"
  23. },
  24. "_npmVersion": "1.4.3",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "json3@3.3.2",
  28. "scope": null,
  29. "escapedName": "json3",
  30. "name": "json3",
  31. "rawSpec": "3.3.2",
  32. "spec": "3.3.2",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/socket.io-parser"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
  39. "_shasum": "3c0434743df93e2f5c42aee7b19bcb483575f4e1",
  40. "_shrinkwrap": null,
  41. "_spec": "json3@3.3.2",
  42. "_where": "/home/conte/data/reveal.js/node_modules/socket.io-parser",
  43. "author": {
  44. "name": "Kit Cambridge",
  45. "email": "github@kitcambridge.be",
  46. "url": "http://kitcambridge.be/"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/bestiejs/json3/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Mangled Deutz",
  54. "email": "olivier@webitup.fr",
  55. "url": "http://tech.roxee.tv/"
  56. },
  57. {
  58. "name": "Øyvind Sean Kinsey",
  59. "email": "oyvind@kinsey.no",
  60. "url": "http://fb.me/ok"
  61. },
  62. {
  63. "name": "Oskar Schöldström",
  64. "email": "public@oxy.fi",
  65. "url": "http://oxy.fi/"
  66. },
  67. {
  68. "name": "Kiryl Yermakou",
  69. "email": "rma4ok@gmail.com",
  70. "url": "https://github.com/rma4ok"
  71. }
  72. ],
  73. "dependencies": {},
  74. "description": "A modern JSON implementation compatible with nearly all JavaScript platforms.",
  75. "devDependencies": {},
  76. "directories": {},
  77. "dist": {
  78. "shasum": "3c0434743df93e2f5c42aee7b19bcb483575f4e1",
  79. "tarball": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz"
  80. },
  81. "files": [
  82. "README.md",
  83. "LICENSE",
  84. "lib/json3.js",
  85. "lib/json3.min.js"
  86. ],
  87. "homepage": "http://bestiejs.github.io/json3",
  88. "jam": {
  89. "main": "./lib/json3.js",
  90. "includes": [
  91. "README.md",
  92. "LICENSE",
  93. "lib/json3.js",
  94. "lib/json3.min.js"
  95. ]
  96. },
  97. "keywords": [
  98. "json",
  99. "spec",
  100. "ecma",
  101. "es5",
  102. "lexer",
  103. "parser",
  104. "stringify"
  105. ],
  106. "licenses": [
  107. {
  108. "type": "MIT",
  109. "url": "http://kit.mit-license.org/"
  110. }
  111. ],
  112. "main": "./lib/json3",
  113. "maintainers": [
  114. {
  115. "name": "kitcambridge",
  116. "email": "kitcambridge@me.com"
  117. },
  118. {
  119. "name": "d10",
  120. "email": "demoneaux@gmail.com"
  121. }
  122. ],
  123. "name": "json3",
  124. "optionalDependencies": {},
  125. "readme": "ERROR: No README data found!",
  126. "repository": {
  127. "type": "git",
  128. "url": "git://github.com/bestiejs/json3.git"
  129. },
  130. "scripts": {
  131. "test": "node test/test_*.js"
  132. },
  133. "version": "3.3.2",
  134. "volo": {
  135. "type": "directory",
  136. "ignore": [
  137. ".*",
  138. "build.js",
  139. "index.html",
  140. "component.json",
  141. "bower.json",
  142. "benchmark",
  143. "page",
  144. "test",
  145. "vendor"
  146. ]
  147. }
  148. }