source: imaps-frontend/node_modules/levn/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.7 KB
Line 
1{
2 "_from": "levn@0.4.1",
3 "_id": "levn@0.4.1",
4 "_inBundle": false,
5 "_integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
6 "_location": "/levn",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "levn@0.4.1",
12 "name": "levn",
13 "escapedName": "levn",
14 "rawSpec": "0.4.1",
15 "saveSpec": null,
16 "fetchSpec": "0.4.1"
17 },
18 "_requiredBy": [
19 "/eslint",
20 "/optionator"
21 ],
22 "_resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
23 "_shasum": "ae4562c007473b932a6200d403268dd2fffc6ade",
24 "_spec": "levn@0.4.1",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
26 "author": {
27 "name": "George Zahariev",
28 "email": "z@georgezahariev.com"
29 },
30 "bugs": {
31 "url": "https://github.com/gkz/levn/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "prelude-ls": "^1.2.1",
36 "type-check": "~0.4.0"
37 },
38 "deprecated": false,
39 "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
40 "devDependencies": {
41 "livescript": "^1.6.0",
42 "mocha": "^7.1.1"
43 },
44 "engines": {
45 "node": ">= 0.8.0"
46 },
47 "files": [
48 "lib",
49 "README.md",
50 "LICENSE"
51 ],
52 "homepage": "https://github.com/gkz/levn",
53 "keywords": [
54 "levn",
55 "light",
56 "ecmascript",
57 "value",
58 "notation",
59 "json",
60 "typed",
61 "human",
62 "concise",
63 "typed",
64 "flexible"
65 ],
66 "license": "MIT",
67 "main": "./lib/",
68 "name": "levn",
69 "repository": {
70 "type": "git",
71 "url": "git://github.com/gkz/levn.git"
72 },
73 "scripts": {
74 "test": "make test"
75 },
76 "version": "0.4.1"
77}
Note: See TracBrowser for help on using the repository browser.