Changeset 59329aa for trip-planner-front/node_modules/tree-kill
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/tree-kill/package.json
rceaed42 r59329aa 1 1 { 2 "name": "tree-kill", 3 "version": "1.2.2", 4 "description": "kill trees of processes", 5 "main": "index.js", 6 "types": "index.d.ts", 7 "bin": { 8 "tree-kill": "cli.js" 2 "_args": [ 3 [ 4 "tree-kill@1.2.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "tree-kill@1.2.2", 10 "_id": "tree-kill@1.2.2", 11 "_inBundle": false, 12 "_integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", 13 "_location": "/tree-kill", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "tree-kill@1.2.2", 19 "name": "tree-kill", 20 "escapedName": "tree-kill", 21 "rawSpec": "1.2.2", 22 "saveSpec": null, 23 "fetchSpec": "1.2.2" 9 24 }, 10 "scripts": { 11 "test": "mocha" 12 }, 13 "repository": { 14 "type": "git", 15 "url": "git://github.com/pkrumins/node-tree-kill.git" 16 }, 17 "homepage": "https://github.com/pkrumins/node-tree-kill", 18 "keywords": [ 19 "tree", 20 "trees", 21 "process", 22 "processes", 23 "kill", 24 "signal" 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular" 25 27 ], 28 "_resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", 29 "_spec": "1.2.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 26 31 "author": { 27 32 "name": "Peteris Krumins", 28 33 "email": "peteris.krumins@gmail.com", 29 34 "url": "http://www.catonmat.net" 35 }, 36 "bin": { 37 "tree-kill": "cli.js" 38 }, 39 "bugs": { 40 "url": "https://github.com/pkrumins/node-tree-kill/issues" 30 41 }, 31 42 "contributors": [ … … 45 56 } 46 57 ], 47 " license": "MIT",58 "description": "kill trees of processes", 48 59 "devDependencies": { 49 60 "mocha": "^2.2.5" 50 } 61 }, 62 "homepage": "https://github.com/pkrumins/node-tree-kill", 63 "keywords": [ 64 "tree", 65 "trees", 66 "process", 67 "processes", 68 "kill", 69 "signal" 70 ], 71 "license": "MIT", 72 "main": "index.js", 73 "name": "tree-kill", 74 "repository": { 75 "type": "git", 76 "url": "git://github.com/pkrumins/node-tree-kill.git" 77 }, 78 "scripts": { 79 "test": "mocha" 80 }, 81 "types": "index.d.ts", 82 "version": "1.2.2" 51 83 }
Note:
See TracChangeset
for help on using the changeset viewer.