1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "joi@17.10.1",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "joi@17.10.1",
- "_id": "joi@17.10.1",
- "_inBundle": false,
- "_integrity": "sha512-vIiDxQKmRidUVp8KngT8MZSOcmRVm2zV7jbMjNYWuHcJWI0bUck3nRTGQjhpPlQenIQIBC5Vp9AhcnHbWQqafw==",
- "_location": "/joi",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "joi@17.10.1",
- "name": "joi",
- "escapedName": "joi",
- "rawSpec": "17.10.1",
- "saveSpec": null,
- "fetchSpec": "17.10.1"
- },
- "_requiredBy": [
- "/@vue/cli-shared-utils"
- ],
- "_resolved": "https://registry.npmmirror.com/joi/-/joi-17.10.1.tgz",
- "_spec": "17.10.1",
- "_where": "/Users/mac/projects/mime/mine",
- "browser": "dist/joi-browser.min.js",
- "bugs": {
- "url": "https://github.com/hapijs/joi/issues"
- },
- "dependencies": {
- "@hapi/hoek": "^9.0.0",
- "@hapi/topo": "^5.0.0",
- "@sideway/address": "^4.1.3",
- "@sideway/formula": "^3.0.1",
- "@sideway/pinpoint": "^2.0.0"
- },
- "description": "Object schema validation",
- "devDependencies": {
- "@hapi/bourne": "2.x.x",
- "@hapi/code": "8.x.x",
- "@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
- "@hapi/lab": "^25.0.1",
- "@types/node": "^14.18.24",
- "typescript": "4.3.x"
- },
- "files": [
- "lib/**/*",
- "dist/*"
- ],
- "homepage": "https://github.com/hapijs/joi#readme",
- "keywords": [
- "schema",
- "validation"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "name": "joi",
- "repository": {
- "type": "git",
- "url": "git://github.com/hapijs/joi.git"
- },
- "scripts": {
- "prepublishOnly": "cd browser && npm install && npm run build",
- "test": "lab -t 100 -a @hapi/code -L -Y",
- "test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
- },
- "types": "lib/index.d.ts",
- "version": "17.10.1"
- }
|