You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "prelude-ls@~1.1.2",
  3. "_id": "prelude-ls@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
  6. "_location": "/prelude-ls",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "prelude-ls@~1.1.2",
  12. "name": "prelude-ls",
  13. "escapedName": "prelude-ls",
  14. "rawSpec": "~1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/levn",
  20. "/optionator",
  21. "/type-check"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
  24. "_shasum": "21932a549f5e52ffd9a827f570e04be62a97da54",
  25. "_spec": "prelude-ls@~1.1.2",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\optionator",
  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": "~3.24.13",
  39. "istanbul": "~0.2.4",
  40. "livescript": "~1.4.0",
  41. "mocha": "~2.2.4",
  42. "sinon": "~1.10.2",
  43. "uglify-js": "~2.4.12"
  44. },
  45. "engines": {
  46. "node": ">= 0.8.0"
  47. },
  48. "files": [
  49. "lib/",
  50. "README.md",
  51. "LICENSE"
  52. ],
  53. "homepage": "http://preludels.com",
  54. "keywords": [
  55. "prelude",
  56. "livescript",
  57. "utility",
  58. "ls",
  59. "coffeescript",
  60. "javascript",
  61. "library",
  62. "functional",
  63. "array",
  64. "list",
  65. "object",
  66. "string"
  67. ],
  68. "licenses": [
  69. {
  70. "type": "MIT",
  71. "url": "https://raw.github.com/gkz/prelude-ls/master/LICENSE"
  72. }
  73. ],
  74. "main": "lib/",
  75. "name": "prelude-ls",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/gkz/prelude-ls.git"
  79. },
  80. "scripts": {
  81. "test": "make test"
  82. },
  83. "version": "1.1.2"
  84. }