summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-lifecycle/node_modules/byline/package.json
blob: 172953c5a5e56d8c4cbfd8cf23c3947036df7b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "_from": "byline@^5.0.0",
  "_id": "byline@5.0.0",
  "_inBundle": false,
  "_integrity": "sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=",
  "_location": "/npm-lifecycle/byline",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "byline@^5.0.0",
    "name": "byline",
    "escapedName": "byline",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/npm-lifecycle"
  ],
  "_resolved": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz",
  "_shasum": "741c5216468eadc457b03410118ad77de8c1ddb1",
  "_spec": "byline@^5.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/npm-lifecycle",
  "author": {
    "name": "John Hewson"
  },
  "bugs": {
    "url": "https://github.com/jahewson/node-byline/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "simple line-by-line stream reader",
  "devDependencies": {
    "mocha": "~2.1.0",
    "request": "~2.27.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/jahewson/node-byline",
  "license": "MIT",
  "main": "./lib/byline.js",
  "name": "byline",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jahewson/node-byline.git"
  },
  "scripts": {
    "test": "mocha -R spec --timeout 60000"
  },
  "version": "5.0.0"
}