package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "prelude-ls@1.1.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "prelude-ls@1.1.2",
  10. "_id": "prelude-ls@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
  13. "_location": "/prelude-ls",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "prelude-ls@1.1.2",
  19. "name": "prelude-ls",
  20. "escapedName": "prelude-ls",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/levn",
  27. "/optionator",
  28. "/type-check"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/prelude-ls/download/prelude-ls-1.1.2.tgz",
  31. "_spec": "1.1.2",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "~3.24.13",
  43. "istanbul": "~0.2.4",
  44. "livescript": "~1.4.0",
  45. "mocha": "~2.2.4",
  46. "sinon": "~1.10.2",
  47. "uglify-js": "~2.4.12"
  48. },
  49. "engines": {
  50. "node": ">= 0.8.0"
  51. },
  52. "files": [
  53. "lib/",
  54. "README.md",
  55. "LICENSE"
  56. ],
  57. "homepage": "http://preludels.com",
  58. "keywords": [
  59. "prelude",
  60. "livescript",
  61. "utility",
  62. "ls",
  63. "coffeescript",
  64. "javascript",
  65. "library",
  66. "functional",
  67. "array",
  68. "list",
  69. "object",
  70. "string"
  71. ],
  72. "licenses": [
  73. {
  74. "type": "MIT",
  75. "url": "https://raw.github.com/gkz/prelude-ls/master/LICENSE"
  76. }
  77. ],
  78. "main": "lib/",
  79. "name": "prelude-ls",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/gkz/prelude-ls.git"
  83. },
  84. "scripts": {
  85. "test": "make test"
  86. },
  87. "version": "1.1.2"
  88. }