@ctx-core/assert
Advanced tools
+54
-53
| { | ||
| "name": "@ctx-core/assert", | ||
| "version": "6.2.12", | ||
| "description": "ctx-core assertions", | ||
| "keywords": [ | ||
| "ctx-core", | ||
| "object" | ||
| ], | ||
| "homepage": "https://github.com/ctx-core/assert#readme", | ||
| "bugs": { | ||
| "url": "https://github.com/ctx-core/assert/issues" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/ctx-core/assert.git" | ||
| }, | ||
| "license": "Apache-2.0", | ||
| "author": { | ||
| "name": "Brian Takita", | ||
| "url": "https://briantakita.me", | ||
| "email": "info+ctx-core-assert@briantakita.me" | ||
| }, | ||
| "type": "module", | ||
| "files": [ | ||
| "*.d.ts", | ||
| "*.js", | ||
| "*.json", | ||
| "./keys__assert" | ||
| ], | ||
| "types": "./index.d.ts", | ||
| "exports": { | ||
| ".": "./index.js", | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "devDependencies": { | ||
| "c8": "^11.0.0", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "next", | ||
| "uvu": "^0.5.6" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "sideEffects": false, | ||
| "scripts": { | ||
| "build": ":", | ||
| "clean": ":", | ||
| "exec": "$@", | ||
| "test": "pnpm run /^test:/", | ||
| "test:types": "tsc --noEmit", | ||
| "test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", | ||
| "disable:test:unit:coverage": "c8 pnpm test:unit" | ||
| } | ||
| } | ||
| "name": "@ctx-core/assert", | ||
| "version": "6.2.13", | ||
| "description": "ctx-core assertions", | ||
| "keywords": [ | ||
| "ctx-core", | ||
| "object" | ||
| ], | ||
| "homepage": "https://github.com/ctx-core/assert#readme", | ||
| "bugs": { | ||
| "url": "https://github.com/ctx-core/assert/issues" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/ctx-core/assert.git" | ||
| }, | ||
| "license": "Apache-2.0", | ||
| "author": { | ||
| "name": "Brian Takita", | ||
| "url": "https://briantakita.me", | ||
| "email": "info+ctx-core-assert@briantakita.me" | ||
| }, | ||
| "type": "module", | ||
| "files": [ | ||
| "*.d.ts", | ||
| "*.js", | ||
| "*.json", | ||
| "./keys__assert" | ||
| ], | ||
| "types": "./index.d.ts", | ||
| "exports": { | ||
| ".": "./index.js", | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "scripts": { | ||
| "build": ":", | ||
| "clean": ":", | ||
| "exec": "$@", | ||
| "prepublishOnly": "bun run clean && bun run build && bun run test && publint && attw --pack --ignore-rules cjs-resolves-to-esm", | ||
| "test": "bun run test:types && bun run test:unit", | ||
| "test:types": "tsc --noEmit", | ||
| "test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", | ||
| "disable:test:unit:coverage": "c8 bun run test:unit" | ||
| }, | ||
| "devDependencies": { | ||
| "c8": "^11.0.0", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "next", | ||
| "uvu": "^0.5.6" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "sideEffects": false | ||
| } |
-13
| Copyright 2016 Brian Takita | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. |
2202
-17.62%6
-14.29%