package.json 2.6 KB

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