12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "tree-kill@^1.2.2",
- "_id": "tree-kill@1.2.2",
- "_inBundle": false,
- "_integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
- "_location": "/tree-kill",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tree-kill@^1.2.2",
- "name": "tree-kill",
- "escapedName": "tree-kill",
- "rawSpec": "^1.2.2",
- "saveSpec": null,
- "fetchSpec": "^1.2.2"
- },
- "_requiredBy": [
- "/concurrently"
- ],
- "_resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
- "_shasum": "4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc",
- "_spec": "tree-kill@^1.2.2",
- "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/concurrently",
- "author": {
- "name": "Peteris Krumins",
- "email": "peteris.krumins@gmail.com",
- "url": "http://www.catonmat.net"
- },
- "bin": {
- "tree-kill": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/pkrumins/node-tree-kill/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Todd Wolfson",
- "email": "todd@twolfson.com",
- "url": "http://twolfson.com/"
- },
- {
- "name": "William Hilton",
- "email": "wmhilton@gmail.com",
- "url": "http://wmhilton.com/"
- },
- {
- "name": "Fabrício Matté",
- "url": "http://ultcombo.js.org/"
- }
- ],
- "deprecated": false,
- "description": "kill trees of processes",
- "devDependencies": {
- "mocha": "^2.2.5"
- },
- "homepage": "https://github.com/pkrumins/node-tree-kill",
- "keywords": [
- "tree",
- "trees",
- "process",
- "processes",
- "kill",
- "signal"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "tree-kill",
- "repository": {
- "type": "git",
- "url": "git://github.com/pkrumins/node-tree-kill.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "types": "index.d.ts",
- "version": "1.2.2"
- }
|