Changeset 79a0317 for imaps-frontend/node_modules/@humanwhocodes
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/@humanwhocodes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@humanwhocodes/config-array/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@humanwhocodes/config-array", 3 "version": "0.13.0", 4 "description": "Glob-based configuration matching.", 5 "author": "Nicholas C. Zakas", 6 "main": "api.js", 7 "files": [ 8 "api.js", 9 "LICENSE", 10 "README.md" 2 "_from": "@humanwhocodes/config-array@0.13.0", 3 "_id": "@humanwhocodes/config-array@0.13.0", 4 "_inBundle": false, 5 "_integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", 6 "_location": "/@humanwhocodes/config-array", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@humanwhocodes/config-array@0.13.0", 12 "name": "@humanwhocodes/config-array", 13 "escapedName": "@humanwhocodes%2fconfig-array", 14 "scope": "@humanwhocodes", 15 "rawSpec": "0.13.0", 16 "saveSpec": null, 17 "fetchSpec": "0.13.0" 18 }, 19 "_requiredBy": [ 20 "/eslint" 11 21 ], 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/humanwhocodes/config-array.git" 22 "_resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", 23 "_shasum": "fb907624df3256d04b9aa2df50d7aa97ec648748", 24 "_spec": "@humanwhocodes/config-array@0.13.0", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 26 "author": { 27 "name": "Nicholas C. Zakas" 15 28 }, 16 29 "bugs": { 17 30 "url": "https://github.com/humanwhocodes/config-array/issues" 18 31 }, 19 "homepage": "https://github.com/humanwhocodes/config-array#readme", 20 "scripts": { 21 "build": "rollup -c", 22 "format": "nitpik", 23 "lint": "eslint *.config.js src/*.js tests/*.js", 24 "lint:fix": "eslint --fix *.config.js src/*.js tests/*.js", 25 "prepublish": "npm run build", 26 "test:coverage": "nyc --include src/*.js npm run test", 27 "test": "mocha -r esm tests/ --recursive" 28 }, 29 "gitHooks": { 30 "pre-commit": "lint-staged" 31 }, 32 "lint-staged": { 33 "*.js": [ 34 "eslint --fix --ignore-pattern '!.eslintrc.js'" 35 ] 36 }, 37 "keywords": [ 38 "configuration", 39 "configarray", 40 "config file" 41 ], 42 "license": "Apache-2.0", 43 "engines": { 44 "node": ">=10.10.0" 45 }, 32 "bundleDependencies": false, 46 33 "dependencies": { 47 34 "@humanwhocodes/object-schema": "^2.0.3", … … 49 36 "minimatch": "^3.0.5" 50 37 }, 38 "deprecated": "Use @eslint/config-array instead", 39 "description": "Glob-based configuration matching.", 51 40 "devDependencies": { 52 41 "@nitpik/javascript": "0.4.0", … … 60 49 "rollup": "3.28.1", 61 50 "yorkie": "2.0.0" 62 } 51 }, 52 "engines": { 53 "node": ">=10.10.0" 54 }, 55 "files": [ 56 "api.js", 57 "LICENSE", 58 "README.md" 59 ], 60 "gitHooks": { 61 "pre-commit": "lint-staged" 62 }, 63 "homepage": "https://github.com/humanwhocodes/config-array#readme", 64 "keywords": [ 65 "configuration", 66 "configarray", 67 "config file" 68 ], 69 "license": "Apache-2.0", 70 "lint-staged": { 71 "*.js": [ 72 "eslint --fix --ignore-pattern '!.eslintrc.js'" 73 ] 74 }, 75 "main": "api.js", 76 "name": "@humanwhocodes/config-array", 77 "repository": { 78 "type": "git", 79 "url": "git+https://github.com/humanwhocodes/config-array.git" 80 }, 81 "scripts": { 82 "build": "rollup -c", 83 "format": "nitpik", 84 "lint": "eslint *.config.js src/*.js tests/*.js", 85 "lint:fix": "eslint --fix *.config.js src/*.js tests/*.js", 86 "prepublish": "npm run build", 87 "test": "mocha -r esm tests/ --recursive", 88 "test:coverage": "nyc --include src/*.js npm run test" 89 }, 90 "version": "0.13.0" 63 91 } -
imaps-frontend/node_modules/@humanwhocodes/module-importer/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@humanwhocodes/module-importer", 3 "version": "1.0.1", 2 "_from": "@humanwhocodes/module-importer@1.0.1", 3 "_id": "@humanwhocodes/module-importer@1.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", 6 "_location": "/@humanwhocodes/module-importer", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@humanwhocodes/module-importer@1.0.1", 12 "name": "@humanwhocodes/module-importer", 13 "escapedName": "@humanwhocodes%2fmodule-importer", 14 "scope": "@humanwhocodes", 15 "rawSpec": "1.0.1", 16 "saveSpec": null, 17 "fetchSpec": "1.0.1" 18 }, 19 "_requiredBy": [ 20 "/eslint" 21 ], 22 "_resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", 23 "_shasum": "af5b2691a22b44be847b0ca81641c5fb6ad0172c", 24 "_spec": "@humanwhocodes/module-importer@1.0.1", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 26 "author": { 27 "name": "Nicholas C. Zaks" 28 }, 29 "bugs": { 30 "url": "https://github.com/humanwhocodes/module-importer/issues" 31 }, 32 "bundleDependencies": false, 33 "deprecated": false, 4 34 "description": "Universal module importer for Node.js", 5 "main": "src/module-importer.cjs",6 "module": "src/module-importer.js",7 "type": "module",8 "types": "dist/module-importer.d.ts",9 "exports": {10 "require": "./src/module-importer.cjs",11 "import": "./src/module-importer.js"12 },13 "files": [14 "dist",15 "src"16 ],17 "publishConfig": {18 "access": "public"19 },20 "gitHooks": {21 "pre-commit": "lint-staged"22 },23 "lint-staged": {24 "*.js": [25 "eslint --fix"26 ]27 },28 "funding": {29 "type": "github",30 "url": "https://github.com/sponsors/nzakas"31 },32 "scripts": {33 "build": "rollup -c && tsc",34 "prepare": "npm run build",35 "lint": "eslint src/ tests/",36 "test:unit": "c8 mocha tests/module-importer.test.js",37 "test:build": "node tests/pkg.test.cjs && node tests/pkg.test.mjs",38 "test": "npm run test:unit && npm run test:build"39 },40 "repository": {41 "type": "git",42 "url": "git+https://github.com/humanwhocodes/module-importer.git"43 },44 "keywords": [45 "modules",46 "esm",47 "commonjs"48 ],49 "engines": {50 "node": ">=12.22"51 },52 "author": "Nicholas C. Zaks",53 "license": "Apache-2.0",54 35 "devDependencies": { 55 36 "@types/node": "^18.7.6", … … 62 43 "typescript": "4.7.4", 63 44 "yorkie": "2.0.0" 64 } 45 }, 46 "engines": { 47 "node": ">=12.22" 48 }, 49 "exports": { 50 "require": "./src/module-importer.cjs", 51 "import": "./src/module-importer.js" 52 }, 53 "files": [ 54 "dist", 55 "src" 56 ], 57 "funding": { 58 "type": "github", 59 "url": "https://github.com/sponsors/nzakas" 60 }, 61 "gitHooks": { 62 "pre-commit": "lint-staged" 63 }, 64 "homepage": "https://github.com/humanwhocodes/module-importer#readme", 65 "keywords": [ 66 "modules", 67 "esm", 68 "commonjs" 69 ], 70 "license": "Apache-2.0", 71 "lint-staged": { 72 "*.js": [ 73 "eslint --fix" 74 ] 75 }, 76 "main": "src/module-importer.cjs", 77 "module": "src/module-importer.js", 78 "name": "@humanwhocodes/module-importer", 79 "publishConfig": { 80 "access": "public" 81 }, 82 "repository": { 83 "type": "git", 84 "url": "git+https://github.com/humanwhocodes/module-importer.git" 85 }, 86 "scripts": { 87 "build": "rollup -c && tsc", 88 "lint": "eslint src/ tests/", 89 "prepare": "npm run build", 90 "test": "npm run test:unit && npm run test:build", 91 "test:build": "node tests/pkg.test.cjs && node tests/pkg.test.mjs", 92 "test:unit": "c8 mocha tests/module-importer.test.js" 93 }, 94 "type": "module", 95 "types": "dist/module-importer.d.ts", 96 "version": "1.0.1" 65 97 } -
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.