package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "json3@3.3.2",
  3. "_id": "json3@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
  6. "_location": "/json3",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "json3@3.3.2",
  12. "name": "json3",
  13. "escapedName": "json3",
  14. "rawSpec": "3.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "3.3.2"
  17. },
  18. "_requiredBy": [
  19. "/socket.io-redis/socket.io-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
  22. "_shasum": "3c0434743df93e2f5c42aee7b19bcb483575f4e1",
  23. "_spec": "json3@3.3.2",
  24. "_where": "/data/wwwroot/zbsc.yunbaozb.com/node/node_modules/socket.io-redis/node_modules/socket.io-parser",
  25. "author": {
  26. "name": "Kit Cambridge",
  27. "email": "github@kitcambridge.be",
  28. "url": "http://kitcambridge.be/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/bestiejs/json3/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Mangled Deutz",
  37. "email": "olivier@webitup.fr",
  38. "url": "http://tech.roxee.tv/"
  39. },
  40. {
  41. "name": "Øyvind Sean Kinsey",
  42. "email": "oyvind@kinsey.no",
  43. "url": "http://fb.me/ok"
  44. },
  45. {
  46. "name": "Oskar Schöldström",
  47. "email": "public@oxy.fi",
  48. "url": "http://oxy.fi/"
  49. },
  50. {
  51. "name": "Kiryl Yermakou",
  52. "email": "rma4ok@gmail.com",
  53. "url": "https://github.com/rma4ok"
  54. }
  55. ],
  56. "deprecated": "Please use the native JSON object instead of JSON 3",
  57. "description": "A modern JSON implementation compatible with nearly all JavaScript platforms.",
  58. "files": [
  59. "README.md",
  60. "LICENSE",
  61. "lib/json3.js",
  62. "lib/json3.min.js"
  63. ],
  64. "homepage": "http://bestiejs.github.io/json3",
  65. "jam": {
  66. "main": "./lib/json3.js",
  67. "includes": [
  68. "README.md",
  69. "LICENSE",
  70. "lib/json3.js",
  71. "lib/json3.min.js"
  72. ]
  73. },
  74. "keywords": [
  75. "json",
  76. "spec",
  77. "ecma",
  78. "es5",
  79. "lexer",
  80. "parser",
  81. "stringify"
  82. ],
  83. "licenses": [
  84. {
  85. "type": "MIT",
  86. "url": "http://kit.mit-license.org/"
  87. }
  88. ],
  89. "main": "./lib/json3",
  90. "maintainers": [
  91. {
  92. "name": "Kit Cambridge",
  93. "email": "github@kitcambridge.be",
  94. "url": "http://kitcambridge.be/"
  95. },
  96. {
  97. "name": "Benjamin Tan",
  98. "email": "demoneaux@gmail.com",
  99. "url": "http://d10.github.io/"
  100. }
  101. ],
  102. "name": "json3",
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/bestiejs/json3.git"
  106. },
  107. "scripts": {
  108. "test": "node test/test_*.js"
  109. },
  110. "version": "3.3.2",
  111. "volo": {
  112. "type": "directory",
  113. "ignore": [
  114. ".*",
  115. "build.js",
  116. "index.html",
  117. "component.json",
  118. "bower.json",
  119. "benchmark",
  120. "page",
  121. "test",
  122. "vendor"
  123. ]
  124. }
  125. }