UNPKG

825 BJSONView Raw
1{
2 "name": "nls",
3 "version": "3.0.1",
4 "description": "Missing inspector for npm packages.",
5 "repository": "https://github.com/amio/nls",
6 "author": "Amio <amio.cn@gmail.com>",
7 "license": "MIT",
8 "bin": "lib/nls",
9 "scripts": {
10 "lint": "standard lib/*",
11 "pretest": "npm run lint",
12 "test": "tap test/*.spec.js --reporter spec --test-env=FORCE_COLOR=0",
13 "snap": "TAP_SNAPSHOT=1 npm run test"
14 },
15 "dependencies": {
16 "kleur": "^3.0.3",
17 "lodash.padend": "^4.6",
18 "marked": "^0.8.0",
19 "marked-terminal": "^4.0.0",
20 "mri": "^1.1.4",
21 "npm-why": "^1.1.8",
22 "yarn-why": "^0.3.2"
23 },
24 "devDependencies": {
25 "execa": "^4.0.0",
26 "standard": "^14.0.0",
27 "tap": "^14.1.10"
28 },
29 "engines": {
30 "node": ">=10"
31 },
32 "keywords": [
33 "list",
34 "npm",
35 "scripts"
36 ]
37}