Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

66 wiersze
1.5 KiB

4 lat temu
  1. {
  2. "_args": [
  3. [
  4. "yallist@4.0.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yallist@4.0.0",
  10. "_id": "yallist@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  13. "_location": "/yallist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yallist@4.0.0",
  19. "name": "yallist",
  20. "escapedName": "yallist",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/lru-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/yallist/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Yet Another Linked List",
  41. "devDependencies": {
  42. "tap": "^12.1.0"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "files": [
  48. "yallist.js",
  49. "iterator.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/yallist#readme",
  52. "license": "ISC",
  53. "main": "yallist.js",
  54. "name": "yallist",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/isaacs/yallist.git"
  58. },
  59. "scripts": {
  60. "postpublish": "git push origin --all; git push origin --tags",
  61. "postversion": "npm publish",
  62. "preversion": "npm test",
  63. "test": "tap test/*.js --100"
  64. },
  65. "version": "4.0.0"
  66. }