package.json 3.0 KB

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