UNPKG

567 BJSONView Raw
1{
2 "name": "parse-key",
3 "version": "0.2.1",
4 "description": "Parses strings into key objects of the same format as the ones emitted by nodejs readline.",
5 "main": "parse-key.js",
6 "scripts": {
7 "test": "node-trap test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/thlorenz/parse-key.git"
12 },
13 "keywords": [
14 "readline",
15 "string",
16 "print",
17 "convert"
18 ],
19 "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
20 "license": "MIT",
21 "dependencies": {},
22 "devDependencies": {
23 "trap": "~0.3.2"
24 }
25}