No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

package.json 1.8 KiB

hace 3 años
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "bn.js@5.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "bn.js@5.1.1",
  9. "_id": "bn.js@5.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-IUTD/REb78Z2eodka1QZyyEk66pciRcP6Sroka0aI3tG/iwIdYLrBD62RsubR7vqdt3WyX8p4jxeatzmRSphtA==",
  12. "_location": "/bn.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bn.js@5.1.1",
  18. "name": "bn.js",
  19. "escapedName": "bn.js",
  20. "rawSpec": "5.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.1"
  23. },
  24. "_requiredBy": [
  25. "/browserify-sign"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz",
  28. "_spec": "5.1.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Fedor Indutny",
  32. "email": "fedor@indutny.com"
  33. },
  34. "browser": {
  35. "buffer": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/indutny/bn.js/issues"
  39. },
  40. "description": "Big number implementation in pure javascript",
  41. "devDependencies": {
  42. "babel-eslint": "^10.0.2",
  43. "mocha": "^6.1.4",
  44. "standardx": "^4.0.0"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/indutny/bn.js",
  50. "keywords": [
  51. "BN",
  52. "BigNum",
  53. "Big number",
  54. "Modulo",
  55. "Montgomery"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/bn.js",
  59. "name": "bn.js",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/indutny/bn.js.git"
  63. },
  64. "scripts": {
  65. "lint": "standardx",
  66. "test": "npm run lint && npm run unit",
  67. "unit": "mocha --reporter=spec test/*-test.js"
  68. },
  69. "standardx": {
  70. "parser": "babel-eslint"
  71. },
  72. "version": "5.1.1"
  73. }