Files
2020-03-02 14:53:23 +07:00

58 lines
1.3 KiB
JSON

{
"_from": "readline",
"_id": "readline@1.3.0",
"_inBundle": false,
"_integrity": "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw=",
"_location": "/readline",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "readline",
"name": "readline",
"escapedName": "readline",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
"_shasum": "c580d77ef2cfc8752b132498060dc9793a7ac01c",
"_spec": "readline",
"_where": "/home/miti99/Dropbox/Workspace/FBcount/Nodejs",
"author": {
"name": "craig brookes"
},
"bugs": {
"url": "https://github.com/maleck13/readline/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Simple streaming readline module.",
"devDependencies": {
"iconv-lite": "0.4.13",
"tap": "0.4.3"
},
"homepage": "https://github.com/maleck13/readline#readme",
"keywords": [
"readline",
"line by line",
"file"
],
"license": "BSD",
"main": "readline.js",
"name": "readline",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/maleck13/readline.git"
},
"scripts": {
"test": "tap --tap --stderr --timeout=120 test/*.js"
},
"version": "1.3.0"
}