Website/node_modules/levn/package.json

104 lines
2.2 KiB
JSON

{
"_args": [
[
"levn@~0.2.5",
"/Users/okennedy/Documents/Website/node_modules/optionator"
]
],
"_from": "levn@>=0.2.5 <0.3.0",
"_id": "levn@0.2.5",
"_inCache": true,
"_installable": true,
"_location": "/levn",
"_npmUser": {
"email": "z@georgezahariev.com",
"name": "gkz"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"name": "levn",
"raw": "levn@~0.2.5",
"rawSpec": "~0.2.5",
"scope": null,
"spec": ">=0.2.5 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/optionator"
],
"_resolved": "https://registry.npmjs.org/levn/-/levn-0.2.5.tgz",
"_shasum": "ba8d339d0ca4a610e3a3f145b9caf48807155054",
"_shrinkwrap": null,
"_spec": "levn@~0.2.5",
"_where": "/Users/okennedy/Documents/Website/node_modules/optionator",
"author": {
"email": "z@georgezahariev.com",
"name": "George Zahariev"
},
"bugs": {
"url": "https://github.com/gkz/levn/issues"
},
"dependencies": {
"prelude-ls": "~1.1.0",
"type-check": "~0.3.1"
},
"description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
"devDependencies": {
"LiveScript": "~1.2.0",
"istanbul": "~0.1.43",
"mocha": "~1.8.2"
},
"directories": {},
"dist": {
"shasum": "ba8d339d0ca4a610e3a3f145b9caf48807155054",
"tarball": "http://registry.npmjs.org/levn/-/levn-0.2.5.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"LICENSE",
"README.md",
"lib"
],
"homepage": "https://github.com/gkz/levn",
"keywords": [
"concise",
"ecmascript",
"flexible",
"human",
"json",
"levn",
"light",
"notation",
"typed",
"typed",
"value"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/gkz/levn/master/LICENSE"
}
],
"main": "./lib/",
"maintainers": [
{
"name": "gkz",
"email": "z@georgezahariev.com"
}
],
"name": "levn",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/gkz/levn.git"
},
"scripts": {
"test": "make test"
},
"version": "0.2.5"
}