1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_args": [
- [
- "@hapi/joi@15.0.3",
- "/Users/apple/tmp/ok/vue_cli_default"
- ]
- ],
- "_development": true,
- "_from": "@hapi/joi@15.0.3",
- "_id": "@hapi/joi@15.0.3",
- "_inBundle": false,
- "_integrity": "sha1-6UVo/YWeXpRRJtVnXn3SGEhGOKc=",
- "_location": "/@hapi/joi",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@hapi/joi@15.0.3",
- "name": "@hapi/joi",
- "escapedName": "@hapi%2fjoi",
- "scope": "@hapi",
- "rawSpec": "15.0.3",
- "saveSpec": null,
- "fetchSpec": "15.0.3"
- },
- "_requiredBy": [
- "/@vue/cli-shared-utils"
- ],
- "_resolved": "https://registry.npm.taobao.org/@hapi/joi/download/@hapi/joi-15.0.3.tgz",
- "_spec": "15.0.3",
- "_where": "/Users/apple/tmp/ok/vue_cli_default",
- "bugs": {
- "url": "https://github.com/hapijs/joi/issues"
- },
- "dependencies": {
- "@hapi/address": "2.x.x",
- "@hapi/hoek": "6.x.x",
- "@hapi/topo": "3.x.x"
- },
- "description": "Object schema validation",
- "devDependencies": {
- "@hapi/code": "5.x.x",
- "@hapi/lab": "18.x.x",
- "hapitoc": "1.x.x"
- },
- "homepage": "https://github.com/hapijs/joi",
- "keywords": [
- "schema",
- "validation"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "name": "@hapi/joi",
- "repository": {
- "type": "git",
- "url": "git://github.com/hapijs/joi.git"
- },
- "scripts": {
- "test": "lab -t 100 -a @hapi/code -L",
- "test-cov-html": "lab -r html -o coverage.html -a @hapi/code",
- "toc": "hapitoc && node docs/check-errors-list.js",
- "version": "npm run toc && git add API.md README.md"
- },
- "version": "15.0.3"
- }
|