source: trip-planner-front/node_modules/http-deceiver/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "http-deceiver@1.2.7",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "http-deceiver@1.2.7",
10 "_id": "http-deceiver@1.2.7",
11 "_inBundle": false,
12 "_integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=",
13 "_location": "/http-deceiver",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "http-deceiver@1.2.7",
19 "name": "http-deceiver",
20 "escapedName": "http-deceiver",
21 "rawSpec": "1.2.7",
22 "saveSpec": null,
23 "fetchSpec": "1.2.7"
24 },
25 "_requiredBy": [
26 "/spdy"
27 ],
28 "_resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
29 "_spec": "1.2.7",
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/http-deceiver/issues"
37 },
38 "description": "Deceive HTTP parser",
39 "devDependencies": {
40 "handle-thing": "^1.0.1",
41 "mocha": "^2.2.5",
42 "readable-stream": "^2.0.1",
43 "stream-pair": "^1.0.0"
44 },
45 "homepage": "https://github.com/indutny/http-deceiver#readme",
46 "keywords": [
47 "http",
48 "net",
49 "deceive"
50 ],
51 "license": "MIT",
52 "main": "lib/deceiver.js",
53 "name": "http-deceiver",
54 "repository": {
55 "type": "git",
56 "url": "git+ssh://git@github.com/indutny/http-deceiver.git"
57 },
58 "scripts": {
59 "test": "mocha --reporter=spec test/*-test.js"
60 },
61 "version": "1.2.7"
62}
Note: See TracBrowser for help on using the repository browser.