source: imaps-frontend/node_modules/@humanwhocodes/object-schema/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_from": "@humanwhocodes/object-schema@^2.0.3",
3 "_id": "@humanwhocodes/object-schema@2.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
6 "_location": "/@humanwhocodes/object-schema",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@humanwhocodes/object-schema@^2.0.3",
12 "name": "@humanwhocodes/object-schema",
13 "escapedName": "@humanwhocodes%2fobject-schema",
14 "scope": "@humanwhocodes",
15 "rawSpec": "^2.0.3",
16 "saveSpec": null,
17 "fetchSpec": "^2.0.3"
18 },
19 "_requiredBy": [
20 "/@humanwhocodes/config-array"
21 ],
22 "_resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
23 "_shasum": "4a2868d75d6d6963e423bcf90b7fd1be343409d3",
24 "_spec": "@humanwhocodes/object-schema@^2.0.3",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@humanwhocodes/config-array",
26 "author": {
27 "name": "Nicholas C. Zakas"
28 },
29 "bugs": {
30 "url": "https://github.com/humanwhocodes/object-schema/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": "Use @eslint/object-schema instead",
34 "description": "An object schema merger/validator",
35 "devDependencies": {
36 "chai": "^4.2.0",
37 "eslint": "^5.13.0",
38 "mocha": "^5.2.0"
39 },
40 "directories": {
41 "test": "tests"
42 },
43 "files": [
44 "src",
45 "LICENSE",
46 "README.md"
47 ],
48 "homepage": "https://github.com/humanwhocodes/object-schema#readme",
49 "keywords": [
50 "object",
51 "validation",
52 "schema",
53 "merge"
54 ],
55 "license": "BSD-3-Clause",
56 "main": "src/index.js",
57 "name": "@humanwhocodes/object-schema",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/humanwhocodes/object-schema.git"
61 },
62 "scripts": {
63 "test": "mocha tests/"
64 },
65 "version": "2.0.3"
66}
Note: See TracBrowser for help on using the repository browser.