package.json 2.7 KB

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