Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

82 rader
1.9 KiB

4 år sedan
  1. {
  2. "_args": [
  3. [
  4. "prelude-ls@1.2.1",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "prelude-ls@1.2.1",
  10. "_id": "prelude-ls@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  13. "_location": "/prelude-ls",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "prelude-ls@1.2.1",
  19. "name": "prelude-ls",
  20. "escapedName": "prelude-ls",
  21. "rawSpec": "1.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.1"
  24. },
  25. "_requiredBy": [
  26. "/levn",
  27. "/optionator",
  28. "/type-check"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  31. "_spec": "1.2.1",
  32. "_where": "/home/ubuntu/etherpad-lite",
  33. "author": {
  34. "name": "George Zahariev",
  35. "email": "z@georgezahariev.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/gkz/prelude-ls/issues"
  39. },
  40. "description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.",
  41. "devDependencies": {
  42. "browserify": "^16.5.1",
  43. "livescript": "^1.6.0",
  44. "mocha": "^7.1.1",
  45. "sinon": "~8.0.1",
  46. "uglify-js": "^3.8.1"
  47. },
  48. "engines": {
  49. "node": ">= 0.8.0"
  50. },
  51. "files": [
  52. "lib/",
  53. "README.md",
  54. "LICENSE"
  55. ],
  56. "homepage": "http://preludels.com",
  57. "keywords": [
  58. "prelude",
  59. "livescript",
  60. "utility",
  61. "ls",
  62. "coffeescript",
  63. "javascript",
  64. "library",
  65. "functional",
  66. "array",
  67. "list",
  68. "object",
  69. "string"
  70. ],
  71. "license": "MIT",
  72. "main": "lib/",
  73. "name": "prelude-ls",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/gkz/prelude-ls.git"
  77. },
  78. "scripts": {
  79. "test": "make test"
  80. },
  81. "version": "1.2.1"
  82. }