Changeset 59329aa for trip-planner-front/node_modules/har-schema
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/har-schema/package.json
rceaed42 r59329aa 1 1 { 2 "version": "2.0.0", 3 "name": "har-schema", 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 ], 4 50 "description": "JSON Schema for HTTP Archive (HAR)", 5 "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)", 6 "contributors": [ 7 "Evgeny Poberezkin <e.poberezkin@me.com>" 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" 8 65 ], 9 66 "homepage": "https://github.com/ahmadnassri/har-schema", 10 "repository": {11 "type": "git",12 "url": "https://github.com/ahmadnassri/har-schema.git"13 },14 "license": "ISC",15 "main": "lib/index.js",16 67 "keywords": [ 17 68 "har", … … 22 73 "JSON-schema" 23 74 ], 24 "engines": { 25 "node": ">=4" 26 }, 27 "files": [ 28 "lib" 29 ], 30 "bugs": { 31 "url": "https://github.com/ahmadnassri/har-schema/issues" 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" 32 81 }, 33 82 "scripts": { 34 "test": "tap test --reporter spec", 83 "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter", 84 "coverage": "tap test --reporter silent --coverage", 35 85 "pretest": "snazzy && echint", 36 "coverage": "tap test --reporter silent --coverage", 37 "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter", 38 "semantic-release": "semantic-release pre && npm publish && semantic-release post" 86 "semantic-release": "semantic-release pre && npm publish && semantic-release post", 87 "test": "tap test --reporter spec" 39 88 }, 40 "config": { 41 "commitizen": { 42 "path": "./node_modules/cz-conventional-changelog" 43 } 44 }, 45 "devDependencies": { 46 "ajv": "^5.0.0", 47 "codeclimate-test-reporter": "^0.4.0", 48 "cz-conventional-changelog": "^1.2.0", 49 "echint": "^2.1.0", 50 "semantic-release": "^6.3.2", 51 "snazzy": "^5.0.0", 52 "tap": "^8.0.1" 53 } 89 "version": "2.0.0" 54 90 }
Note:
See TracChangeset
for help on using the changeset viewer.