source: trip-planner-front/node_modules/handle-thing/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.8 KB
Line 
1{
2 "_args": [
3 [
4 "handle-thing@2.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "handle-thing@2.0.1",
10 "_id": "handle-thing@2.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
13 "_location": "/handle-thing",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "handle-thing@2.0.1",
19 "name": "handle-thing",
20 "escapedName": "handle-thing",
21 "rawSpec": "2.0.1",
22 "saveSpec": null,
23 "fetchSpec": "2.0.1"
24 },
25 "_requiredBy": [
26 "/spdy"
27 ],
28 "_resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
29 "_spec": "2.0.1",
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/spdy-http2/handle-thing/issues"
37 },
38 "description": "Wrap Streams2 instance into a HandleWrap",
39 "devDependencies": {
40 "istanbul": "^0.4.5",
41 "mocha": "^5.2.0",
42 "pre-commit": "^1.2.2",
43 "readable-stream": "^3.0.6",
44 "standard": "^12.0.1",
45 "stream-pair": "^1.0.3"
46 },
47 "homepage": "https://github.com/spdy-http2/handle-thing#readme",
48 "keywords": [
49 "handle",
50 "net",
51 "streams2"
52 ],
53 "license": "MIT",
54 "main": "lib/handle.js",
55 "name": "handle-thing",
56 "pre-commit": [
57 "lint",
58 "test"
59 ],
60 "repository": {
61 "type": "git",
62 "url": "git+ssh://git@github.com/indutny/handle-thing.git"
63 },
64 "scripts": {
65 "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
66 "lint": "standard",
67 "test": "mocha --reporter=spec test/*-test.js"
68 },
69 "version": "2.0.1"
70}
Note: See TracBrowser for help on using the repository browser.