Ohm-Management - Projektarbeit B-ME
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.

package.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "sparse-bitfield@^3.0.3",
  3. "_id": "sparse-bitfield@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=",
  6. "_location": "/sparse-bitfield",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sparse-bitfield@^3.0.3",
  12. "name": "sparse-bitfield",
  13. "escapedName": "sparse-bitfield",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/saslprep"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
  22. "_shasum": "ff4ae6e68656056ba4b3e792ab3334d38273ca11",
  23. "_spec": "sparse-bitfield@^3.0.3",
  24. "_where": "D:\\Gitterra\\om\\node_modules\\saslprep",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "url": "@mafintosh"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/sparse-bitfield/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "memory-pager": "^1.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer",
  38. "devDependencies": {
  39. "buffer-alloc": "^1.1.0",
  40. "standard": "^9.0.0",
  41. "tape": "^4.6.3"
  42. },
  43. "homepage": "https://github.com/mafintosh/sparse-bitfield",
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "sparse-bitfield",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/mafintosh/sparse-bitfield.git"
  50. },
  51. "scripts": {
  52. "test": "standard && tape test.js"
  53. },
  54. "version": "3.0.3"
  55. }