mirror of https://github.com/lukechilds/node.git
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.
65 lines
1.4 KiB
65 lines
1.4 KiB
{
|
|
"_from": "read@~1.0.7",
|
|
"_id": "read@1.0.7",
|
|
"_integrity": "sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=",
|
|
"_location": "/read",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "read@~1.0.7",
|
|
"name": "read",
|
|
"escapedName": "read",
|
|
"rawSpec": "~1.0.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.0.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/init-package-json",
|
|
"/init-package-json/promzard"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz",
|
|
"_shasum": "b3da19bd052431a97671d44a42634adf710b40c4",
|
|
"_shrinkwrap": null,
|
|
"_spec": "read@~1.0.7",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/read/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"mute-stream": "~0.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "read(1) for node programs",
|
|
"devDependencies": {
|
|
"tap": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"files": [
|
|
"lib/read.js"
|
|
],
|
|
"homepage": "https://github.com/isaacs/read#readme",
|
|
"license": "ISC",
|
|
"main": "lib/read.js",
|
|
"name": "read",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/read.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.0.7"
|
|
}
|
|
|