pnpm
Version:
A fast implementation of npm install
93 lines (92 loc) • 2.18 kB
JSON
{
"_args": [
[
{
"raw": "byline@5.0.0",
"scope": null,
"escapedName": "byline",
"name": "byline",
"rawSpec": "5.0.0",
"spec": "5.0.0",
"type": "version"
},
"/home/zkochan/src/pnpm"
]
],
"_from": "byline@5.0.0",
"_id": "byline@5.0.0",
"_inCache": true,
"_location": "/byline",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/byline-5.0.0.tgz_1469083893025_0.6156890068668872"
},
"_npmUser": {
"name": "jahewson",
"email": "john@jahewson.com"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "byline@5.0.0",
"scope": null,
"escapedName": "byline",
"name": "byline",
"rawSpec": "5.0.0",
"spec": "5.0.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz",
"_shasum": "741c5216468eadc457b03410118ad77de8c1ddb1",
"_shrinkwrap": null,
"_spec": "byline@5.0.0",
"_where": "/home/zkochan/src/pnpm",
"author": {
"name": "John Hewson"
},
"bugs": {
"url": "https://github.com/jahewson/node-byline/issues"
},
"dependencies": {},
"description": "simple line-by-line stream reader",
"devDependencies": {
"mocha": "~2.1.0",
"request": "~2.27.0"
},
"directories": {},
"dist": {
"shasum": "741c5216468eadc457b03410118ad77de8c1ddb1",
"tarball": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"lib"
],
"gitHead": "3335926be164882b8d12ea9f4ac9f44c083bc3fc",
"homepage": "https://github.com/jahewson/node-byline",
"license": "MIT",
"main": "./lib/byline.js",
"maintainers": [
{
"name": "jahewson",
"email": "johnahewson@yahoo.co.uk"
}
],
"name": "byline",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jahewson/node-byline.git"
},
"scripts": {
"test": "mocha -R spec --timeout 60000"
},
"version": "5.0.0"
}