12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "joi@14.3.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "joi@14.3.1",
- "_id": "joi@14.3.1",
- "_inBundle": false,
- "_integrity": "sha1-FkomLsC4VUZuDDXuoqiFrotscDw=",
- "_location": "/joi",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "joi@14.3.1",
- "name": "joi",
- "escapedName": "joi",
- "rawSpec": "14.3.1",
- "saveSpec": null,
- "fetchSpec": "14.3.1"
- },
- "_requiredBy": [
- "/@vue/cli-shared-utils"
- ],
- "_resolved": "https://registry.npm.taobao.org/joi/download/joi-14.3.1.tgz",
- "_spec": "14.3.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/hapijs/joi/issues"
- },
- "dependencies": {
- "hoek": "6.x.x",
- "isemail": "3.x.x",
- "topo": "3.x.x"
- },
- "description": "Object schema validation",
- "devDependencies": {
- "code": "5.x.x",
- "hapitoc": "1.x.x",
- "lab": "18.x.x"
- },
- "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 && node docs/check-errors-list.js",
- "version": "npm run toc && git add API.md README.md"
- },
- "version": "14.3.1"
- }
|