1{ 2 "name": "levn", 3 "version": "0.2.5", 4 "author": { 5 "name": "George Zahariev", 6 "email": "[email protected]" 7 }, 8 "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible", 9 "homepage": "https://github.com/gkz/levn", 10 "keywords": [ 11 "levn", 12 "light", 13 "ecmascript", 14 "value", 15 "notation", 16 "json", 17 "typed", 18 "human", 19 "concise", 20 "typed", 21 "flexible" 22 ], 23 "files": [ 24 "lib", 25 "README.md", 26 "LICENSE" 27 ], 28 "main": "./lib/", 29 "bugs": { 30 "url": "https://github.com/gkz/levn/issues" 31 }, 32 "licenses": [ 33 { 34 "type": "MIT", 35 "url": "https://raw.github.com/gkz/levn/master/LICENSE" 36 } 37 ], 38 "engines": { 39 "node": ">= 0.8.0" 40 }, 41 "repository": { 42 "type": "git", 43 "url": "git://github.com/gkz/levn.git" 44 }, 45 "scripts": { 46 "test": "make test" 47 }, 48 "dependencies": { 49 "prelude-ls": "~1.1.0", 50 "type-check": "~0.3.1" 51 }, 52 "devDependencies": { 53 "LiveScript": "~1.2.0", 54 "mocha": "~1.8.2", 55 "istanbul": "~0.1.43" 56 }, 57 "_id": "[email protected]", 58 "dist": { 59 "shasum": "ba8d339d0ca4a610e3a3f145b9caf48807155054", 60 "tarball": "http://registry.npmjs.org/levn/-/levn-0.2.5.tgz" 61 }, 62 "_from": "levn@>=0.2.5 <0.3.0", 63 "_npmVersion": "1.3.21", 64 "_npmUser": { 65 "name": "gkz", 66 "email": "[email protected]" 67 }, 68 "maintainers": [ 69 { 70 "name": "gkz", 71 "email": "[email protected]" 72 } 73 ], 74 "directories": {}, 75 "_shasum": "ba8d339d0ca4a610e3a3f145b9caf48807155054", 76 "_resolved": "https://registry.npmjs.org/levn/-/levn-0.2.5.tgz" 77} 78 79