source: imaps-frontend/node_modules/prelude-ls/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[d565449]1{
[79a0317]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": "/home/stevetosak/Proekt/IMaps/imaps-frontend/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,
[d565449]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.",
[79a0317]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",
[d565449]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",
[79a0317]68 "main": "lib/",
69 "name": "prelude-ls",
[d565449]70 "repository": {
71 "type": "git",
72 "url": "git://github.com/gkz/prelude-ls.git"
73 },
74 "scripts": {
75 "test": "make test"
76 },
[79a0317]77 "version": "1.2.1"
[d565449]78}
Note: See TracBrowser for help on using the repository browser.