AI
Legitimate npm package configuration
Local reference
Suspicious dependency
Inferred
Mal-ecule
O(S)Md(Pa₆)
| 1 | { | |
| 2 | "name": "schema-utils", | |
| 3 | "version": "4.2.0", | |
| 4 | "description": "webpack Validation Utils", | |
| 5 | "license": "MIT", | |
| 6 | "repository": "webpack/schema-utils", | |
| 7 | "author": "webpack Contrib (https://github.com/webpack-contrib)", | |
| 8 | "homepage": "https://github.com/webpack/schema-utils", | |
| 9 | "bugs": "https://github.com/webpack/schema-utils/issues", | |
| 10 | "funding": { | |
| 11 | "type": "opencollective", | |
| 12 | "url": "https://opencollective.com/webpack" | |
| 13 | }, | |
| 14 | "main": "dist/index.js", | |
| 15 | "types": "declarations/index.d.ts", | Package has TypeScript types entry |
| 16 | "engines": { | |
| 17 | "node": ">= 12.13.0" | |
| 18 | }, | |
| 19 | "scripts": { | |
| 20 | "start": "npm run build -- -w", | |
| 21 | "clean": "del-cli dist declarations", | |
| 22 | "prebuild": "npm run clean", | |
| 23 | "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write", | |
| 24 | "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files", | |
| 25 | "build": "npm-run-all -p \"build:**\"", | |
| 26 | "commitlint": "commitlint --from=master", | |
| 27 | "security": "npm audit --production", |
| 29 | "lint:js": "eslint --cache .", | |
| 30 | "lint:types": "tsc --pretty --noEmit", | |
| 31 | "lint": "npm-run-all lint:js lint:types fmt:check", | npm package declares lint script |
| 32 | "fmt": "npm run fmt:check -- --write", | |
| 33 | "fix:js": "npm run lint:js -- --fix", |
| 38 | "pretest": "npm run lint", | |
| 39 | "test": "npm run test:coverage", | |
| 40 | "prepare": "npm run build && husky install", | |
| 41 | "release": "standard-version" | |
| 42 | }, | |
| 43 | "files": [ | |
| 44 | "dist", | |
| 45 | "declarations" | |
| 46 | ], | |
| 47 | "dependencies": { | |
| 48 | "@types/json-schema": "^7.0.9", | |
| 49 | "ajv": "^8.9.0", | |
| 50 | "ajv-formats": "^2.1.1", |
| 65 | "eslint-config-prettier": "^8.3.0", | |
| 66 | "eslint-plugin-import": "^2.25.4", | |
| 67 | "husky": "^7.0.4", | Package uses git hooks tooling |
| 68 | "jest": "^27.4.7", | |
| 69 | "lint-staged": "^13.2.1", | |
| 70 | "npm-run-all": "^4.1.5", | |
| 71 | "prettier": "^2.5.1", | Package has Prettier configuration |
| 72 | "standard-version": "^9.3.2", | |
| 73 | "typescript": "^4.9.5", | Package has TypeScript support |
| 74 | "webpack": "^5.68.0" | |
| 75 | }, |
Loading traits…
Identity
| SHA-256 | 19a4f375b91b1445fa1c95e10faed6d74073e90ec650d388468156d1b174ea61 |
|---|---|
| Canonical SHA-256 | 0115204d0f04e053af92f22e8607bbb839478c7d6df57ca24e3eece4f2fca0c9 |
| Filename | package.json |
Origin
| Source | harvest |
|---|
Timeline
| First seen | 27 Jun 2026 19:08 UTC |
|---|---|
| First analyzed | 27 Jun 2026 19:19 UTC |
| Last analyzed | 27 Jun 2026 19:19 UTC |
| Last updated | 27 Jun 2026 19:19 UTC |
Labeling
| Label | good |
|---|---|
| Label source | harvest |
| Traits version | 46112 |
Not seeing what you expected? Let us know