1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "accepts@1.3.7",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "accepts@1.3.7",
|
---|
10 | "_id": "accepts@1.3.7",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
|
---|
13 | "_location": "/accepts",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "accepts@1.3.7",
|
---|
19 | "name": "accepts",
|
---|
20 | "escapedName": "accepts",
|
---|
21 | "rawSpec": "1.3.7",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.3.7"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/compression",
|
---|
27 | "/engine.io",
|
---|
28 | "/express",
|
---|
29 | "/serve-index",
|
---|
30 | "/socket.io"
|
---|
31 | ],
|
---|
32 | "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
|
---|
33 | "_spec": "1.3.7",
|
---|
34 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/jshttp/accepts/issues"
|
---|
37 | },
|
---|
38 | "contributors": [
|
---|
39 | {
|
---|
40 | "name": "Douglas Christopher Wilson",
|
---|
41 | "email": "doug@somethingdoug.com"
|
---|
42 | },
|
---|
43 | {
|
---|
44 | "name": "Jonathan Ong",
|
---|
45 | "email": "me@jongleberry.com",
|
---|
46 | "url": "http://jongleberry.com"
|
---|
47 | }
|
---|
48 | ],
|
---|
49 | "dependencies": {
|
---|
50 | "mime-types": "~2.1.24",
|
---|
51 | "negotiator": "0.6.2"
|
---|
52 | },
|
---|
53 | "description": "Higher-level content negotiation",
|
---|
54 | "devDependencies": {
|
---|
55 | "deep-equal": "1.0.1",
|
---|
56 | "eslint": "5.16.0",
|
---|
57 | "eslint-config-standard": "12.0.0",
|
---|
58 | "eslint-plugin-import": "2.17.2",
|
---|
59 | "eslint-plugin-markdown": "1.0.0",
|
---|
60 | "eslint-plugin-node": "8.0.1",
|
---|
61 | "eslint-plugin-promise": "4.1.1",
|
---|
62 | "eslint-plugin-standard": "4.0.0",
|
---|
63 | "mocha": "6.1.4",
|
---|
64 | "nyc": "14.0.0"
|
---|
65 | },
|
---|
66 | "engines": {
|
---|
67 | "node": ">= 0.6"
|
---|
68 | },
|
---|
69 | "files": [
|
---|
70 | "LICENSE",
|
---|
71 | "HISTORY.md",
|
---|
72 | "index.js"
|
---|
73 | ],
|
---|
74 | "homepage": "https://github.com/jshttp/accepts#readme",
|
---|
75 | "keywords": [
|
---|
76 | "content",
|
---|
77 | "negotiation",
|
---|
78 | "accept",
|
---|
79 | "accepts"
|
---|
80 | ],
|
---|
81 | "license": "MIT",
|
---|
82 | "name": "accepts",
|
---|
83 | "repository": {
|
---|
84 | "type": "git",
|
---|
85 | "url": "git+https://github.com/jshttp/accepts.git"
|
---|
86 | },
|
---|
87 | "scripts": {
|
---|
88 | "lint": "eslint --plugin markdown --ext js,md .",
|
---|
89 | "test": "mocha --reporter spec --check-leaks --bail test/",
|
---|
90 | "test-cov": "nyc --reporter=html --reporter=text npm test",
|
---|
91 | "test-travis": "nyc --reporter=text npm test"
|
---|
92 | },
|
---|
93 | "version": "1.3.7"
|
---|
94 | }
|
---|