项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

165 lines
4.3 KiB

  1. {
  2. "_args": [
  3. [
  4. "node-forge@0.7.5",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-forge@0.7.5",
  10. "_id": "node-forge@0.7.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ==",
  13. "_location": "/node-forge",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "node-forge@0.7.5",
  19. "name": "node-forge",
  20. "escapedName": "node-forge",
  21. "rawSpec": "0.7.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.7.5"
  24. },
  25. "_requiredBy": [
  26. "/selfsigned"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.5.tgz",
  29. "_spec": "0.7.5",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Digital Bazaar, Inc.",
  33. "email": "support@digitalbazaar.com",
  34. "url": "http://digitalbazaar.com/"
  35. },
  36. "browser": {
  37. "buffer": false,
  38. "crypto": false,
  39. "process": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/digitalbazaar/forge/issues",
  43. "email": "support@digitalbazaar.com"
  44. },
  45. "contributors": [
  46. {
  47. "name": "Dave Longley",
  48. "email": "dlongley@digitalbazaar.com"
  49. },
  50. {
  51. "name": "David I. Lehn",
  52. "email": "dlehn@digitalbazaar.com"
  53. },
  54. {
  55. "name": "Stefan Siegl",
  56. "email": "stesie@brokenpipe.de"
  57. },
  58. {
  59. "name": "Christoph Dorn",
  60. "email": "christoph@christophdorn.com"
  61. }
  62. ],
  63. "description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",
  64. "devDependencies": {
  65. "browserify": "^16.1.0",
  66. "commander": "^2.14.1",
  67. "cross-env": "^5.1.3",
  68. "express": "^4.16.2",
  69. "jscs": "^3.0.7",
  70. "jshint": "^2.9.5",
  71. "karma": "^2.0.0",
  72. "karma-browserify": "^5.2.0",
  73. "karma-chrome-launcher": "^2.2.0",
  74. "karma-edge-launcher": "^0.4.2",
  75. "karma-firefox-launcher": "^1.1.0",
  76. "karma-ie-launcher": "^1.0.0",
  77. "karma-mocha": "^1.3.0",
  78. "karma-mocha-reporter": "^2.2.5",
  79. "karma-phantomjs-launcher": "^1.0.2",
  80. "karma-safari-launcher": "^1.0.0",
  81. "karma-sauce-launcher": "^1.2.0",
  82. "karma-sourcemap-loader": "^0.3.7",
  83. "karma-tap-reporter": "0.0.6",
  84. "karma-webpack": "^2.0.13",
  85. "mocha": "^5.0.1",
  86. "mocha-lcov-reporter": "^1.2.0",
  87. "nodejs-websocket": "^1.7.1",
  88. "nyc": "^11.5.0",
  89. "opts": "^1.2.2",
  90. "webpack": "^3.11.0"
  91. },
  92. "engines": {
  93. "node": "*"
  94. },
  95. "files": [
  96. "lib/*.js",
  97. "flash/swf/*.swf",
  98. "dist/*.min.js",
  99. "dist/*.min.js.map"
  100. ],
  101. "homepage": "https://github.com/digitalbazaar/forge",
  102. "jspm": {
  103. "format": "amd"
  104. },
  105. "keywords": [
  106. "aes",
  107. "asn",
  108. "asn.1",
  109. "cbc",
  110. "crypto",
  111. "cryptography",
  112. "csr",
  113. "des",
  114. "gcm",
  115. "hmac",
  116. "http",
  117. "https",
  118. "md5",
  119. "network",
  120. "pkcs",
  121. "pki",
  122. "prng",
  123. "rc2",
  124. "rsa",
  125. "sha1",
  126. "sha256",
  127. "sha384",
  128. "sha512",
  129. "ssh",
  130. "tls",
  131. "x.509",
  132. "x509"
  133. ],
  134. "license": "(BSD-3-Clause OR GPL-2.0)",
  135. "main": "lib/index.js",
  136. "name": "node-forge",
  137. "nyc": {
  138. "exclude": [
  139. "tests"
  140. ]
  141. },
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/digitalbazaar/forge.git"
  145. },
  146. "scripts": {
  147. "_jscs": "jscs *.js lib/*.js tests/*.js tests/unit/*.js tests/legacy/*.js tests/issues/*.js tests/websockets/*.js",
  148. "_jshint": "jshint *.js lib/*.js tests/*.js tests/unit/*.js tests/legacy/*.js tests/issues/*.js tests/websockets/*.js",
  149. "build": "webpack",
  150. "coverage": "rm -rf coverage && nyc --reporter=lcov --reporter=text-summary npm test",
  151. "coverage-report": "nyc report",
  152. "jscs": "jscs *.js lib/*.js tests/*.js tests/unit/*.js tests/legacy/*.js tests/issues/*.js tests/websockets/*.js",
  153. "jshint": "jshint *.js lib/*.js tests/unit/*.js tests/legacy/*.js tests/issues/*.js tests/websockets/*.js",
  154. "prepublish": "npm run build",
  155. "test": "cross-env NODE_ENV=test mocha -t 30000 -R ${REPORTER:-spec} tests/unit/index.js",
  156. "test-build": "webpack --config webpack-tests.config.js",
  157. "test-karma": "karma start",
  158. "test-karma-sauce": "karma start karma-sauce.conf",
  159. "test-server": "node tests/server.js",
  160. "test-server-webid": "node tests/websockets/server-webid.js",
  161. "test-server-ws": "node tests/websockets/server-ws.js"
  162. },
  163. "version": "0.7.5"
  164. }