package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "prelude-ls@1.1.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "prelude-ls@1.1.2",
  10. "_id": "prelude-ls@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
  13. "_location": "/prelude-ls",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "prelude-ls@1.1.2",
  20. "name": "prelude-ls",
  21. "escapedName": "prelude-ls",
  22. "rawSpec": "1.1.2",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.2"
  25. },
  26. "_requiredBy": [
  27. "/levn",
  28. "/optionator",
  29. "/type-check"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.1.2.tgz",
  32. "_spec": "1.1.2",
  33. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  34. "author": {
  35. "name": "George Zahariev",
  36. "email": "z@georgezahariev.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/gkz/prelude-ls/issues"
  40. },
  41. "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.",
  42. "devDependencies": {
  43. "browserify": "~3.24.13",
  44. "istanbul": "~0.2.4",
  45. "livescript": "~1.4.0",
  46. "mocha": "~2.2.4",
  47. "sinon": "~1.10.2",
  48. "uglify-js": "~2.4.12"
  49. },
  50. "engines": {
  51. "node": ">= 0.8.0"
  52. },
  53. "files": [
  54. "lib/",
  55. "README.md",
  56. "LICENSE"
  57. ],
  58. "homepage": "http://preludels.com",
  59. "keywords": [
  60. "prelude",
  61. "livescript",
  62. "utility",
  63. "ls",
  64. "coffeescript",
  65. "javascript",
  66. "library",
  67. "functional",
  68. "array",
  69. "list",
  70. "object",
  71. "string"
  72. ],
  73. "licenses": [
  74. {
  75. "type": "MIT",
  76. "url": "https://raw.github.com/gkz/prelude-ls/master/LICENSE"
  77. }
  78. ],
  79. "main": "lib/",
  80. "name": "prelude-ls",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/gkz/prelude-ls.git"
  84. },
  85. "scripts": {
  86. "test": "make test"
  87. },
  88. "version": "1.1.2"
  89. }