1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "methods@1.1.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "methods@1.1.2",
|
---|
10 | "_id": "methods@1.1.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
|
---|
13 | "_location": "/methods",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "methods@1.1.2",
|
---|
19 | "name": "methods",
|
---|
20 | "escapedName": "methods",
|
---|
21 | "rawSpec": "1.1.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.1.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/express"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
|
---|
29 | "_spec": "1.1.2",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "browser": {
|
---|
32 | "http": false
|
---|
33 | },
|
---|
34 | "bugs": {
|
---|
35 | "url": "https://github.com/jshttp/methods/issues"
|
---|
36 | },
|
---|
37 | "contributors": [
|
---|
38 | {
|
---|
39 | "name": "Douglas Christopher Wilson",
|
---|
40 | "email": "doug@somethingdoug.com"
|
---|
41 | },
|
---|
42 | {
|
---|
43 | "name": "Jonathan Ong",
|
---|
44 | "email": "me@jongleberry.com",
|
---|
45 | "url": "http://jongleberry.com"
|
---|
46 | },
|
---|
47 | {
|
---|
48 | "name": "TJ Holowaychuk",
|
---|
49 | "email": "tj@vision-media.ca",
|
---|
50 | "url": "http://tjholowaychuk.com"
|
---|
51 | }
|
---|
52 | ],
|
---|
53 | "description": "HTTP methods that node supports",
|
---|
54 | "devDependencies": {
|
---|
55 | "istanbul": "0.4.1",
|
---|
56 | "mocha": "1.21.5"
|
---|
57 | },
|
---|
58 | "engines": {
|
---|
59 | "node": ">= 0.6"
|
---|
60 | },
|
---|
61 | "files": [
|
---|
62 | "index.js",
|
---|
63 | "HISTORY.md",
|
---|
64 | "LICENSE"
|
---|
65 | ],
|
---|
66 | "homepage": "https://github.com/jshttp/methods#readme",
|
---|
67 | "keywords": [
|
---|
68 | "http",
|
---|
69 | "methods"
|
---|
70 | ],
|
---|
71 | "license": "MIT",
|
---|
72 | "name": "methods",
|
---|
73 | "repository": {
|
---|
74 | "type": "git",
|
---|
75 | "url": "git+https://github.com/jshttp/methods.git"
|
---|
76 | },
|
---|
77 | "scripts": {
|
---|
78 | "test": "mocha --reporter spec --bail --check-leaks test/",
|
---|
79 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
---|
80 | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
|
---|
81 | },
|
---|
82 | "version": "1.1.2"
|
---|
83 | }
|
---|