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.

72 lines
1.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "functional-red-black-tree@1.0.1",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "functional-red-black-tree@1.0.1",
  10. "_id": "functional-red-black-tree@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=",
  13. "_location": "/functional-red-black-tree",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "functional-red-black-tree@1.0.1",
  19. "name": "functional-red-black-tree",
  20. "escapedName": "functional-red-black-tree",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Mikola Lysenko"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mikolalysenko/functional-red-black-tree/issues"
  36. },
  37. "dependencies": {},
  38. "description": "A fully persistent balanced binary search tree",
  39. "devDependencies": {
  40. "iota-array": "^0.0.1",
  41. "tape": "^2.12.0"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/mikolalysenko/functional-red-black-tree#readme",
  47. "keywords": [
  48. "functional",
  49. "red",
  50. "black",
  51. "tree",
  52. "binary",
  53. "search",
  54. "balance",
  55. "persistent",
  56. "fully",
  57. "dynamic",
  58. "data",
  59. "structure"
  60. ],
  61. "license": "MIT",
  62. "main": "rbtree.js",
  63. "name": "functional-red-black-tree",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/mikolalysenko/functional-red-black-tree.git"
  67. },
  68. "scripts": {
  69. "test": "tape test/*.js"
  70. },
  71. "version": "1.0.1"
  72. }