1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "range-parser@1.2.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "range-parser@1.2.1",
|
---|
10 | "_id": "range-parser@1.2.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
---|
13 | "_location": "/range-parser",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "range-parser@1.2.1",
|
---|
19 | "name": "range-parser",
|
---|
20 | "escapedName": "range-parser",
|
---|
21 | "rawSpec": "1.2.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.2.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/express",
|
---|
27 | "/karma",
|
---|
28 | "/send",
|
---|
29 | "/webpack-dev-middleware",
|
---|
30 | "/webpack-dev-server/webpack-dev-middleware"
|
---|
31 | ],
|
---|
32 | "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
---|
33 | "_spec": "1.2.1",
|
---|
34 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
35 | "author": {
|
---|
36 | "name": "TJ Holowaychuk",
|
---|
37 | "email": "tj@vision-media.ca",
|
---|
38 | "url": "http://tjholowaychuk.com"
|
---|
39 | },
|
---|
40 | "bugs": {
|
---|
41 | "url": "https://github.com/jshttp/range-parser/issues"
|
---|
42 | },
|
---|
43 | "contributors": [
|
---|
44 | {
|
---|
45 | "name": "Douglas Christopher Wilson",
|
---|
46 | "email": "doug@somethingdoug.com"
|
---|
47 | },
|
---|
48 | {
|
---|
49 | "name": "James Wyatt Cready",
|
---|
50 | "email": "wyatt.cready@lanetix.com"
|
---|
51 | },
|
---|
52 | {
|
---|
53 | "name": "Jonathan Ong",
|
---|
54 | "email": "me@jongleberry.com",
|
---|
55 | "url": "http://jongleberry.com"
|
---|
56 | }
|
---|
57 | ],
|
---|
58 | "description": "Range header field string parser",
|
---|
59 | "devDependencies": {
|
---|
60 | "deep-equal": "1.0.1",
|
---|
61 | "eslint": "5.16.0",
|
---|
62 | "eslint-config-standard": "12.0.0",
|
---|
63 | "eslint-plugin-import": "2.17.2",
|
---|
64 | "eslint-plugin-markdown": "1.0.0",
|
---|
65 | "eslint-plugin-node": "8.0.1",
|
---|
66 | "eslint-plugin-promise": "4.1.1",
|
---|
67 | "eslint-plugin-standard": "4.0.0",
|
---|
68 | "mocha": "6.1.4",
|
---|
69 | "nyc": "14.1.1"
|
---|
70 | },
|
---|
71 | "engines": {
|
---|
72 | "node": ">= 0.6"
|
---|
73 | },
|
---|
74 | "files": [
|
---|
75 | "HISTORY.md",
|
---|
76 | "LICENSE",
|
---|
77 | "index.js"
|
---|
78 | ],
|
---|
79 | "homepage": "https://github.com/jshttp/range-parser#readme",
|
---|
80 | "keywords": [
|
---|
81 | "range",
|
---|
82 | "parser",
|
---|
83 | "http"
|
---|
84 | ],
|
---|
85 | "license": "MIT",
|
---|
86 | "name": "range-parser",
|
---|
87 | "repository": {
|
---|
88 | "type": "git",
|
---|
89 | "url": "git+https://github.com/jshttp/range-parser.git"
|
---|
90 | },
|
---|
91 | "scripts": {
|
---|
92 | "lint": "eslint --plugin markdown --ext js,md .",
|
---|
93 | "test": "mocha --reporter spec",
|
---|
94 | "test-cov": "nyc --reporter=html --reporter=text npm test",
|
---|
95 | "test-travis": "nyc --reporter=text npm test"
|
---|
96 | },
|
---|
97 | "version": "1.2.1"
|
---|
98 | }
|
---|