Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

71 řádky
1.4 KiB

před 4 roky
  1. {
  2. "_args": [
  3. [
  4. "once@1.4.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "once@1.4.0",
  10. "_id": "once@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  13. "_location": "/once",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "once@1.4.0",
  19. "name": "once",
  20. "escapedName": "once",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/glob",
  27. "/inflight"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  30. "_spec": "1.4.0",
  31. "_where": "/home/ubuntu/etherpad-lite",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/once/issues"
  39. },
  40. "dependencies": {
  41. "wrappy": "1"
  42. },
  43. "description": "Run a function exactly one time",
  44. "devDependencies": {
  45. "tap": "^7.0.1"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "files": [
  51. "once.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/once#readme",
  54. "keywords": [
  55. "once",
  56. "function",
  57. "one",
  58. "single"
  59. ],
  60. "license": "ISC",
  61. "main": "once.js",
  62. "name": "once",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/isaacs/once.git"
  66. },
  67. "scripts": {
  68. "test": "tap test/*.js"
  69. },
  70. "version": "1.4.0"
  71. }