Ignore:
Timestamp:
01/21/25 03:08:24 (3 months ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@humanwhocodes/object-schema/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@humanwhocodes/object-schema",
    3   "version": "2.0.3",
     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",
    434  "description": "An object schema merger/validator",
    5   "main": "src/index.js",
     35  "devDependencies": {
     36    "chai": "^4.2.0",
     37    "eslint": "^5.13.0",
     38    "mocha": "^5.2.0"
     39  },
     40  "directories": {
     41    "test": "tests"
     42  },
    643  "files": [
    744    "src",
     
    946    "README.md"
    1047  ],
    11   "directories": {
    12     "test": "tests"
    13   },
    14   "scripts": {
    15     "test": "mocha tests/"
    16   },
    17   "repository": {
    18     "type": "git",
    19     "url": "git+https://github.com/humanwhocodes/object-schema.git"
    20   },
     48  "homepage": "https://github.com/humanwhocodes/object-schema#readme",
    2149  "keywords": [
    2250    "object",
     
    2553    "merge"
    2654  ],
    27   "author": "Nicholas C. Zakas",
    2855  "license": "BSD-3-Clause",
    29   "bugs": {
    30     "url": "https://github.com/humanwhocodes/object-schema/issues"
     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"
    3161  },
    32   "homepage": "https://github.com/humanwhocodes/object-schema#readme",
    33   "devDependencies": {
    34     "chai": "^4.2.0",
    35     "eslint": "^5.13.0",
    36     "mocha": "^5.2.0"
    37   }
     62  "scripts": {
     63    "test": "mocha tests/"
     64  },
     65  "version": "2.0.3"
    3866}
Note: See TracChangeset for help on using the changeset viewer.