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