1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "har-schema@2.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "har-schema@2.0.0",
|
---|
10 | "_id": "har-schema@2.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
|
---|
13 | "_location": "/har-schema",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "har-schema@2.0.0",
|
---|
19 | "name": "har-schema",
|
---|
20 | "escapedName": "har-schema",
|
---|
21 | "rawSpec": "2.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/har-validator"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
|
---|
29 | "_spec": "2.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Ahmad Nassri",
|
---|
33 | "email": "ahmad@ahmadnassri.com",
|
---|
34 | "url": "https://www.ahmadnassri.com/"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/ahmadnassri/har-schema/issues"
|
---|
38 | },
|
---|
39 | "config": {
|
---|
40 | "commitizen": {
|
---|
41 | "path": "./node_modules/cz-conventional-changelog"
|
---|
42 | }
|
---|
43 | },
|
---|
44 | "contributors": [
|
---|
45 | {
|
---|
46 | "name": "Evgeny Poberezkin",
|
---|
47 | "email": "e.poberezkin@me.com"
|
---|
48 | }
|
---|
49 | ],
|
---|
50 | "description": "JSON Schema for HTTP Archive (HAR)",
|
---|
51 | "devDependencies": {
|
---|
52 | "ajv": "^5.0.0",
|
---|
53 | "codeclimate-test-reporter": "^0.4.0",
|
---|
54 | "cz-conventional-changelog": "^1.2.0",
|
---|
55 | "echint": "^2.1.0",
|
---|
56 | "semantic-release": "^6.3.2",
|
---|
57 | "snazzy": "^5.0.0",
|
---|
58 | "tap": "^8.0.1"
|
---|
59 | },
|
---|
60 | "engines": {
|
---|
61 | "node": ">=4"
|
---|
62 | },
|
---|
63 | "files": [
|
---|
64 | "lib"
|
---|
65 | ],
|
---|
66 | "homepage": "https://github.com/ahmadnassri/har-schema",
|
---|
67 | "keywords": [
|
---|
68 | "har",
|
---|
69 | "http",
|
---|
70 | "archive",
|
---|
71 | "JSON",
|
---|
72 | "schema",
|
---|
73 | "JSON-schema"
|
---|
74 | ],
|
---|
75 | "license": "ISC",
|
---|
76 | "main": "lib/index.js",
|
---|
77 | "name": "har-schema",
|
---|
78 | "repository": {
|
---|
79 | "type": "git",
|
---|
80 | "url": "git+https://github.com/ahmadnassri/har-schema.git"
|
---|
81 | },
|
---|
82 | "scripts": {
|
---|
83 | "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
|
---|
84 | "coverage": "tap test --reporter silent --coverage",
|
---|
85 | "pretest": "snazzy && echint",
|
---|
86 | "semantic-release": "semantic-release pre && npm publish && semantic-release post",
|
---|
87 | "test": "tap test --reporter spec"
|
---|
88 | },
|
---|
89 | "version": "2.0.0"
|
---|
90 | }
|
---|