- 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/json-schema-traverse/package.json
rceaed42 r59329aa 1 1 { 2 "name": "json-schema-traverse", 3 "version": "1.0.0", 4 "description": "Traverse JSON Schema passing each schema object to callback", 5 "main": "index.js", 6 "types": "index.d.ts", 7 "scripts": { 8 "eslint": "eslint index.js spec", 9 "test-spec": "mocha spec -R spec", 10 "test": "npm run eslint && nyc npm run test-spec" 2 "_args": [ 3 [ 4 "json-schema-traverse@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "json-schema-traverse@1.0.0", 10 "_id": "json-schema-traverse@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", 13 "_location": "/json-schema-traverse", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "json-schema-traverse@1.0.0", 19 "name": "json-schema-traverse", 20 "escapedName": "json-schema-traverse", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 11 24 }, 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/epoberezkin/json-schema-traverse.git" 25 "_requiredBy": [ 26 "/ajv" 27 ], 28 "_resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Evgeny Poberezkin" 15 33 }, 16 "keywords": [17 "JSON-Schema",18 "traverse",19 "iterate"20 ],21 "author": "Evgeny Poberezkin",22 "license": "MIT",23 34 "bugs": { 24 35 "url": "https://github.com/epoberezkin/json-schema-traverse/issues" 25 36 }, 26 " homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",37 "description": "Traverse JSON Schema passing each schema object to callback", 27 38 "devDependencies": { 28 39 "eslint": "^7.3.1", … … 31 42 "pre-commit": "^1.2.2" 32 43 }, 44 "homepage": "https://github.com/epoberezkin/json-schema-traverse#readme", 45 "keywords": [ 46 "JSON-Schema", 47 "traverse", 48 "iterate" 49 ], 50 "license": "MIT", 51 "main": "index.js", 52 "name": "json-schema-traverse", 33 53 "nyc": { 34 54 "exclude": [ … … 40 60 "text-summary" 41 61 ] 42 } 62 }, 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/epoberezkin/json-schema-traverse.git" 66 }, 67 "scripts": { 68 "eslint": "eslint index.js spec", 69 "test": "npm run eslint && nyc npm run test-spec", 70 "test-spec": "mocha spec -R spec" 71 }, 72 "types": "index.d.ts", 73 "version": "1.0.0" 43 74 }
Note:
See TracChangeset
for help on using the changeset viewer.