package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. {
  2. "_args": [
  3. [
  4. "node-forge@0.7.5",
  5. "/home/seleznev/project Angular/Quality system/node_modules/selfsigned"
  6. ]
  7. ],
  8. "_from": "node-forge@0.7.5",
  9. "_id": "node-forge@0.7.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/node-forge",
  13. "_nodeVersion": "8.11.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/node-forge_0.7.5_1522455886607_0.17227011795546154"
  17. },
  18. "_npmUser": {
  19. "email": "dil@lehn.org",
  20. "name": "davidlehn"
  21. },
  22. "_npmVersion": "5.8.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "node-forge",
  26. "raw": "node-forge@0.7.5",
  27. "rawSpec": "0.7.5",
  28. "scope": null,
  29. "spec": "0.7.5",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/selfsigned"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.5.tgz",
  36. "_shasum": "6c152c345ce11c52f465c2abd957e8639cd674df",
  37. "_shrinkwrap": null,
  38. "_spec": "node-forge@0.7.5",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/selfsigned",
  40. "author": {
  41. "email": "support@digitalbazaar.com",
  42. "name": "Digital Bazaar, Inc.",
  43. "url": "http://digitalbazaar.com/"
  44. },
  45. "browser": {
  46. "buffer": false,
  47. "crypto": false,
  48. "process": false
  49. },
  50. "bugs": {
  51. "email": "support@digitalbazaar.com",
  52. "url": "https://github.com/digitalbazaar/forge/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Dave Longley",
  57. "email": "dlongley@digitalbazaar.com"
  58. },
  59. {
  60. "name": "David I. Lehn",
  61. "email": "dlehn@digitalbazaar.com"
  62. },
  63. {
  64. "name": "Stefan Siegl",
  65. "email": "stesie@brokenpipe.de"
  66. },
  67. {
  68. "name": "Christoph Dorn",
  69. "email": "christoph@christophdorn.com"
  70. }
  71. ],
  72. "dependencies": {},
  73. "description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",
  74. "devDependencies": {
  75. "browserify": "^16.1.0",
  76. "commander": "^2.14.1",
  77. "cross-env": "^5.1.3",
  78. "express": "^4.16.2",
  79. "jscs": "^3.0.7",
  80. "jshint": "^2.9.5",
  81. "karma": "^2.0.0",
  82. "karma-browserify": "^5.2.0",
  83. "karma-chrome-launcher": "^2.2.0",
  84. "karma-edge-launcher": "^0.4.2",
  85. "karma-firefox-launcher": "^1.1.0",
  86. "karma-ie-launcher": "^1.0.0",
  87. "karma-mocha": "^1.3.0",
  88. "karma-mocha-reporter": "^2.2.5",
  89. "karma-phantomjs-launcher": "^1.0.2",
  90. "karma-safari-launcher": "^1.0.0",
  91. "karma-sauce-launcher": "^1.2.0",
  92. "karma-sourcemap-loader": "^0.3.7",
  93. "karma-tap-reporter": "0.0.6",
  94. "karma-webpack": "^2.0.13",
  95. "mocha": "^5.0.1",
  96. "mocha-lcov-reporter": "^1.2.0",
  97. "nodejs-websocket": "^1.7.1",
  98. "nyc": "^11.5.0",
  99. "opts": "^1.2.2",
  100. "webpack": "^3.11.0"
  101. },
  102. "directories": {},
  103. "dist": {
  104. "fileCount": 62,
  105. "integrity": "sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ==",
  106. "shasum": "6c152c345ce11c52f465c2abd957e8639cd674df",
  107. "tarball": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.5.tgz",
  108. "unpackedSize": 1670906
  109. },
  110. "engines": {
  111. "node": "*"
  112. },
  113. "files": [
  114. "dist/*.min.js",
  115. "dist/*.min.js.map",
  116. "flash/swf/*.swf",
  117. "lib/*.js"
  118. ],
  119. "gitHead": "c3d63fbbee1e9f68108bd499ceaeb01b5800e95c",
  120. "homepage": "https://github.com/digitalbazaar/forge",
  121. "jspm": {
  122. "format": "amd"
  123. },
  124. "keywords": [
  125. "aes",
  126. "asn",
  127. "asn.1",
  128. "cbc",
  129. "crypto",
  130. "cryptography",
  131. "csr",
  132. "des",
  133. "gcm",
  134. "hmac",
  135. "http",
  136. "https",
  137. "md5",
  138. "network",
  139. "pkcs",
  140. "pki",
  141. "prng",
  142. "rc2",
  143. "rsa",
  144. "sha1",
  145. "sha256",
  146. "sha384",
  147. "sha512",
  148. "ssh",
  149. "tls",
  150. "x.509",
  151. "x509"
  152. ],
  153. "license": "(BSD-3-Clause OR GPL-2.0)",
  154. "main": "lib/index.js",
  155. "maintainers": [
  156. {
  157. "name": "davidlehn",
  158. "email": "dil@lehn.org"
  159. },
  160. {
  161. "name": "dlongley",
  162. "email": "dlongley@digitalbazaar.com"
  163. },
  164. {
  165. "name": "msporny",
  166. "email": "msporny@digitalbazaar.com"
  167. }
  168. ],
  169. "name": "node-forge",
  170. "nyc": {
  171. "exclude": [
  172. "tests"
  173. ]
  174. },
  175. "optionalDependencies": {},
  176. "readme": "ERROR: No README data found!",
  177. "repository": {
  178. "type": "git",
  179. "url": "git+https://github.com/digitalbazaar/forge.git"
  180. },
  181. "scripts": {
  182. "_jscs": "jscs *.js lib/*.js tests/*.js tests/unit/*.js tests/legacy/*.js tests/issues/*.js tests/websockets/*.js",
  183. "_jshint": "jshint *.js lib/*.js tests/*.js tests/unit/*.js tests/legacy/*.js tests/issues/*.js tests/websockets/*.js",
  184. "build": "webpack",
  185. "coverage": "rm -rf coverage && nyc --reporter=lcov --reporter=text-summary npm test",
  186. "coverage-report": "nyc report",
  187. "jscs": "jscs *.js lib/*.js tests/*.js tests/unit/*.js tests/legacy/*.js tests/issues/*.js tests/websockets/*.js",
  188. "jshint": "jshint *.js lib/*.js tests/unit/*.js tests/legacy/*.js tests/issues/*.js tests/websockets/*.js",
  189. "prepublish": "npm run build",
  190. "test": "cross-env NODE_ENV=test mocha -t 30000 -R ${REPORTER:-spec} tests/unit/index.js",
  191. "test-build": "webpack --config webpack-tests.config.js",
  192. "test-karma": "karma start",
  193. "test-karma-sauce": "karma start karma-sauce.conf",
  194. "test-server": "node tests/server.js",
  195. "test-server-webid": "node tests/websockets/server-webid.js",
  196. "test-server-ws": "node tests/websockets/server-ws.js"
  197. },
  198. "version": "0.7.5"
  199. }