123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "_from": "pidtree@^0.5.0",
- "_id": "pidtree@0.5.0",
- "_inBundle": false,
- "_integrity": "sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==",
- "_location": "/pidtree",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pidtree@^0.5.0",
- "name": "pidtree",
- "escapedName": "pidtree",
- "rawSpec": "^0.5.0",
- "saveSpec": null,
- "fetchSpec": "^0.5.0"
- },
- "_requiredBy": [
- "/lint-staged"
- ],
- "_resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.5.0.tgz",
- "_shasum": "ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1",
- "_spec": "pidtree@^0.5.0",
- "_where": "H:\\gs_nuxt\\node_modules\\lint-staged",
- "author": {
- "name": "Simone Primarosa",
- "email": "simonepri@outlook.com",
- "url": "https://github.com/simonepri"
- },
- "ava": {
- "verbose": true
- },
- "bin": {
- "pidtree": "bin/pidtree.js"
- },
- "bugs": {
- "url": "https://github.com/simonepri/pidtree/issues",
- "email": "simonepri@outlook.com"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Simone Primarosa",
- "email": "simonepri@outlook.com",
- "url": "https://github.com/simonepri"
- }
- ],
- "deprecated": false,
- "description": "Cross platform children list of a PID",
- "devDependencies": {
- "ava": "~0.25.0",
- "codecov": "^3.6.5",
- "mockery": "^2.1.0",
- "np": "^2.20.1",
- "npm-check": "^5.9.2",
- "nyc": "^11.6.0",
- "pify": "^3.0.0",
- "string-to-stream": "^1.1.0",
- "through": "^2.3.8",
- "time-span": "^2.0.0",
- "tree-kill": "^1.1.0",
- "tsd": "^0.11.0",
- "xo": "~0.20.3"
- },
- "engines": {
- "node": ">=0.10"
- },
- "files": [
- "bin",
- "lib",
- "index.js",
- "index.d.ts"
- ],
- "homepage": "http://github.com/simonepri/pidtree#readme",
- "keywords": [
- "ps-tree",
- "ps",
- "tree",
- "ppid",
- "pid",
- "pidtree",
- "pgrep",
- "list",
- "all",
- "system",
- "process",
- "processes"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "pidtree",
- "nyc": {
- "reporter": [
- "lcovonly",
- "text"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/simonepri/pidtree.git"
- },
- "scripts": {
- "bench": "ava -m \"*benchmark*\"",
- "coverage": "codecov",
- "lint": "xo",
- "release": "np",
- "start": "node ./bin/pidtree.js",
- "test": "nyc ava -m \"!*benchmark*\"",
- "types": "tsd",
- "update": "npm-check -u"
- },
- "types": "index.d.ts",
- "version": "0.5.0",
- "xo": {
- "prettier": true,
- "space": true,
- "rules": {
- "prefer-destructuring": 0,
- "prefer-arrow-callback": 0,
- "no-var": 0,
- "object-shorthand": 0,
- "unicorn/no-for-loop": 0,
- "unicorn/prefer-string-slice": 0,
- "unicorn/string-content": 0
- }
- }
- }
|