package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "prelude-ls@^1.2.1",
  3. "_id": "prelude-ls@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6. "_location": "/prelude-ls",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "prelude-ls@^1.2.1",
  12. "name": "prelude-ls",
  13. "escapedName": "prelude-ls",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/levn",
  20. "/optionator",
  21. "/type-check"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  24. "_shasum": "debc6489d7a6e6b0e7611888cec880337d316396",
  25. "_spec": "prelude-ls@^1.2.1",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\levn",
  27. "author": {
  28. "name": "George Zahariev",
  29. "email": "z@georgezahariev.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/gkz/prelude-ls/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "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.",
  37. "devDependencies": {
  38. "browserify": "^16.5.1",
  39. "livescript": "^1.6.0",
  40. "mocha": "^7.1.1",
  41. "sinon": "~8.0.1",
  42. "uglify-js": "^3.8.1"
  43. },
  44. "engines": {
  45. "node": ">= 0.8.0"
  46. },
  47. "files": [
  48. "lib/",
  49. "README.md",
  50. "LICENSE"
  51. ],
  52. "homepage": "http://preludels.com",
  53. "keywords": [
  54. "prelude",
  55. "livescript",
  56. "utility",
  57. "ls",
  58. "coffeescript",
  59. "javascript",
  60. "library",
  61. "functional",
  62. "array",
  63. "list",
  64. "object",
  65. "string"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/",
  69. "name": "prelude-ls",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/gkz/prelude-ls.git"
  73. },
  74. "scripts": {
  75. "test": "make test"
  76. },
  77. "version": "1.2.1"
  78. }