|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "joi@11.4.0",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "joi@11.4.0",
- "_id": "joi@11.4.0",
- "_inBundle": false,
- "_integrity": "sha512-O7Uw+w/zEWgbL6OcHbyACKSj0PkQeUgmehdoXVSxt92QFCq4+1390Rwh5moI2K/OgC7D8RHRZqHZxT2husMJHA==",
- "_location": "/joi",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "joi@11.4.0",
- "name": "joi",
- "escapedName": "joi",
- "rawSpec": "11.4.0",
- "saveSpec": null,
- "fetchSpec": "11.4.0"
- },
- "_requiredBy": [
- "/workbox-build"
- ],
- "_resolved": "https://registry.npmjs.org/joi/-/joi-11.4.0.tgz",
- "_spec": "11.4.0",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "bugs": {
- "url": "https://github.com/hapijs/joi/issues"
- },
- "dependencies": {
- "hoek": "4.x.x",
- "isemail": "3.x.x",
- "topo": "2.x.x"
- },
- "description": "Object schema validation",
- "devDependencies": {
- "hapitoc": "1.x.x",
- "lab": "14.x.x"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "homepage": "https://github.com/hapijs/joi",
- "keywords": [
- "hapi",
- "schema",
- "validation"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "name": "joi",
- "repository": {
- "type": "git",
- "url": "git://github.com/hapijs/joi.git"
- },
- "scripts": {
- "test": "lab -t 100 -a code -L",
- "test-cov-html": "lab -r html -o coverage.html -a code",
- "test-debug": "lab -a code",
- "toc": "hapitoc",
- "version": "npm run toc && git add API.md README.md"
- },
- "version": "11.4.0"
- }
|