package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_from": "crypto",
  3. "_id": "crypto@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",
  6. "_location": "/crypto",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "crypto",
  12. "name": "crypto",
  13. "escapedName": "crypto",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/crypto/-/crypto-1.0.1.tgz",
  23. "_shasum": "2af1b7cad8175d24c8a1b0778255794a21803037",
  24. "_spec": "crypto",
  25. "_where": "D:\\资料\\蓝牙\\蓝牙",
  26. "author": "",
  27. "bugs": {
  28. "url": "https://github.com/npm/deprecate-holder/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.",
  32. "description": "This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.",
  33. "homepage": "https://github.com/npm/deprecate-holder#readme",
  34. "license": "ISC",
  35. "main": "index.js",
  36. "name": "crypto",
  37. "repository": {
  38. "type": "git",
  39. "url": "git+https://github.com/npm/deprecate-holder.git"
  40. },
  41. "scripts": {
  42. "test": "echo \"Error: no test specified\" && exit 1"
  43. },
  44. "version": "1.0.1"
  45. }