Changeset 59329aa for trip-planner-front/node_modules/killable
- 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/killable/package.json
rceaed42 r59329aa 1 1 { 2 "name": "killable", 3 "version": "1.0.1", 2 "_args": [ 3 [ 4 "killable@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "killable@1.0.1", 10 "_id": "killable@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==", 13 "_location": "/killable", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "killable@1.0.1", 19 "name": "killable", 20 "escapedName": "killable", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server" 27 ], 28 "_resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", 29 "_spec": "1.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Marten de Vries" 33 }, 34 "bugs": { 35 "url": "https://github.com/marten-de-vries/killable/issues" 36 }, 4 37 "description": "Keeps track of a server's open sockets so they can be destroyed at a moment's notice.", 5 "main": "index.js", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/marten-de-vries/killable.git" 9 }, 38 "homepage": "https://github.com/marten-de-vries/killable#readme", 10 39 "keywords": [ 11 40 "express", … … 20 49 "immeadiately" 21 50 ], 22 "author": "Marten de Vries",23 51 "license": "ISC", 24 "bugs": { 25 "url": "https://github.com/marten-de-vries/killable/issues" 26 } 52 "main": "index.js", 53 "name": "killable", 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/marten-de-vries/killable.git" 57 }, 58 "version": "1.0.1" 27 59 }
Note:
See TracChangeset
for help on using the changeset viewer.