source: trip-planner-front/node_modules/select-hose/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
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"
24 },
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"
34 },
35 "bugs": {
36 "url": "https://github.com/indutny/select-hose/issues"
37 },
38 "description": "Select protocol using first bytes of incoming data and hose stuff to the handler",
39 "devDependencies": {
40 "handle-thing": "^1.2.0",
41 "jscs": "^1.13.1",
42 "jshint": "^2.8.0",
43 "mocha": "^2.2.5",
44 "stream-pair": "^1.0.3"
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"
63}
Note: See TracBrowser for help on using the repository browser.