package.json 1.9 KB

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