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.

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