Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@humanwhocodes/object-schema/package.json
r0c6b92a r79a0317 1 1 { 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", 4 34 "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 }, 6 43 "files": [ 7 44 "src", … … 9 46 "README.md" 10 47 ], 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", 21 49 "keywords": [ 22 50 "object", … … 25 53 "merge" 26 54 ], 27 "author": "Nicholas C. Zakas",28 55 "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" 31 61 }, 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" 38 66 }
Note:
See TracChangeset
for help on using the changeset viewer.