package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "yocto-queue@0.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yocto-queue@0.1.0",
  10. "_id": "yocto-queue@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  13. "_location": "/yocto-queue",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yocto-queue@0.1.0",
  19. "name": "yocto-queue",
  20. "escapedName": "yocto-queue",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@commitlint/top-level/p-limit",
  27. "/husky/p-limit"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  30. "_spec": "0.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/yocto-queue/issues"
  39. },
  40. "description": "Tiny queue data structure",
  41. "devDependencies": {
  42. "ava": "^2.4.0",
  43. "tsd": "^0.13.1",
  44. "xo": "^0.35.0"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/yocto-queue#readme",
  55. "keywords": [
  56. "queue",
  57. "data",
  58. "structure",
  59. "algorithm",
  60. "queues",
  61. "queuing",
  62. "list",
  63. "array",
  64. "linkedlist",
  65. "fifo",
  66. "enqueue",
  67. "dequeue",
  68. "data-structure"
  69. ],
  70. "license": "MIT",
  71. "name": "yocto-queue",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/yocto-queue.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "0.1.0"
  80. }