source: trip-planner-front/node_modules/json-schema-traverse/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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"
24 },
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"
33 },
34 "bugs": {
35 "url": "https://github.com/epoberezkin/json-schema-traverse/issues"
36 },
37 "description": "Traverse JSON Schema passing each schema object to callback",
38 "devDependencies": {
39 "eslint": "^7.3.1",
40 "mocha": "^8.0.1",
41 "nyc": "^15.0.0",
42 "pre-commit": "^1.2.2"
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",
53 "nyc": {
54 "exclude": [
55 "**/spec/**",
56 "node_modules"
57 ],
58 "reporter": [
59 "lcov",
60 "text-summary"
61 ]
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"
74}
Note: See TracBrowser for help on using the repository browser.