You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.7 KiB
77 lines
1.7 KiB
{ |
|
"_from": "levn@^0.4.1", |
|
"_id": "levn@0.4.1", |
|
"_inBundle": false, |
|
"_integrity": "sha1-rkViwAdHO5MqYgDUAyaN0v/8at4=", |
|
"_location": "/levn", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "levn@^0.4.1", |
|
"name": "levn", |
|
"escapedName": "levn", |
|
"rawSpec": "^0.4.1", |
|
"saveSpec": null, |
|
"fetchSpec": "^0.4.1" |
|
}, |
|
"_requiredBy": [ |
|
"/eslint", |
|
"/optionator" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/levn/download/levn-0.4.1.tgz", |
|
"_shasum": "ae4562c007473b932a6200d403268dd2fffc6ade", |
|
"_spec": "levn@^0.4.1", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks/node_modules/eslint", |
|
"author": { |
|
"name": "George Zahariev", |
|
"email": "z@georgezahariev.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/gkz/levn/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1", |
|
"type-check": "~0.4.0" |
|
}, |
|
"deprecated": false, |
|
"description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible", |
|
"devDependencies": { |
|
"livescript": "^1.6.0", |
|
"mocha": "^7.1.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
}, |
|
"files": [ |
|
"lib", |
|
"README.md", |
|
"LICENSE" |
|
], |
|
"homepage": "https://github.com/gkz/levn", |
|
"keywords": [ |
|
"levn", |
|
"light", |
|
"ecmascript", |
|
"value", |
|
"notation", |
|
"json", |
|
"typed", |
|
"human", |
|
"concise", |
|
"typed", |
|
"flexible" |
|
], |
|
"license": "MIT", |
|
"main": "./lib/", |
|
"name": "levn", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/gkz/levn.git" |
|
}, |
|
"scripts": { |
|
"test": "make test" |
|
}, |
|
"version": "0.4.1" |
|
}
|
|
|