Changeset 59329aa for trip-planner-front/node_modules/select-hose
- 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/select-hose/package.json
rceaed42 r59329aa 1 1 { 2 "name": "select-hose", 3 "version": "2.0.0", 4 "description": "Select protocol using first bytes of incoming data and hose stuff to the handler", 5 "main": "lib/hose.js", 6 "scripts": { 7 "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js" 2 "_args": [ 3 [ 4 "select-hose@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "select-hose@2.0.0", 10 "_id": "select-hose@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=", 13 "_location": "/select-hose", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "select-hose@2.0.0", 19 "name": "select-hose", 20 "escapedName": "select-hose", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 8 24 }, 9 "repository": { 10 "type": "git", 11 "url": "git+ssh://git@github.com/indutny/select-hose.git" 25 "_requiredBy": [ 26 "/spdy" 27 ], 28 "_resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", 29 "_spec": "2.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Fedor Indutny", 33 "email": "fedor@indutny.com" 12 34 }, 13 "keywords": [14 "hose",15 "select",16 "balance"17 ],18 "author": "Fedor Indutny <fedor@indutny.com>",19 "license": "MIT",20 35 "bugs": { 21 36 "url": "https://github.com/indutny/select-hose/issues" 22 37 }, 23 " homepage": "https://github.com/indutny/select-hose#readme",38 "description": "Select protocol using first bytes of incoming data and hose stuff to the handler", 24 39 "devDependencies": { 25 40 "handle-thing": "^1.2.0", … … 28 43 "mocha": "^2.2.5", 29 44 "stream-pair": "^1.0.3" 30 } 45 }, 46 "homepage": "https://github.com/indutny/select-hose#readme", 47 "keywords": [ 48 "hose", 49 "select", 50 "balance" 51 ], 52 "license": "MIT", 53 "main": "lib/hose.js", 54 "name": "select-hose", 55 "repository": { 56 "type": "git", 57 "url": "git+ssh://git@github.com/indutny/select-hose.git" 58 }, 59 "scripts": { 60 "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js" 61 }, 62 "version": "2.0.0" 31 63 }
Note:
See TracChangeset
for help on using the changeset viewer.