• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "read",
3  "version": "2.1.0",
4  "main": "lib/read.js",
5  "dependencies": {
6    "mute-stream": "~1.0.0"
7  },
8  "devDependencies": {
9    "@npmcli/eslint-config": "^4.0.0",
10    "@npmcli/template-oss": "4.13.0",
11    "tap": "^16.3.0"
12  },
13  "engines": {
14    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15  },
16  "author": "GitHub Inc.",
17  "description": "read(1) for node programs",
18  "repository": {
19    "type": "git",
20    "url": "https://github.com/npm/read.git"
21  },
22  "license": "ISC",
23  "scripts": {
24    "test": "tap",
25    "lint": "eslint \"**/*.js\"",
26    "postlint": "template-oss-check",
27    "template-oss-apply": "template-oss-apply --force",
28    "lintfix": "npm run lint -- --fix",
29    "snap": "tap",
30    "posttest": "npm run lint"
31  },
32  "files": [
33    "bin/",
34    "lib/"
35  ],
36  "templateOSS": {
37    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
38    "version": "4.13.0",
39    "publish": "true"
40  },
41  "tap": {
42    "statements": 77,
43    "branches": 75,
44    "functions": 57,
45    "lines": 78,
46    "test-ignore": "fixtures/",
47    "nyc-arg": [
48      "--exclude",
49      "tap-snapshots/**"
50    ]
51  }
52}
53