You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.9 KiB
71 lines
1.9 KiB
{
|
|
"_from": "@hapi/joi@16.1.8",
|
|
"_id": "@hapi/joi@16.1.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-hMHxJiaUiYca1OLezHhuCt7waDk=",
|
|
"_location": "/@hapi/joi",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@hapi/joi@16.1.8",
|
|
"name": "@hapi/joi",
|
|
"escapedName": "@hapi%2fjoi",
|
|
"scope": "@hapi",
|
|
"rawSpec": "16.1.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "16.1.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/@umijs/block-sdk",
|
|
"/@umijs/core",
|
|
"/@umijs/preset-built-in"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@hapi/joi/download/@hapi/joi-16.1.8.tgz",
|
|
"_shasum": "84c1f126269489871ad4e2decc786e0adef06839",
|
|
"_spec": "@hapi/joi@16.1.8",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/@umijs/core",
|
|
"browser": "dist/joi-browser.min.js",
|
|
"bugs": {
|
|
"url": "https://github.com/hapijs/joi/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@hapi/address": "^2.1.2",
|
|
"@hapi/formula": "^1.2.0",
|
|
"@hapi/hoek": "^8.2.4",
|
|
"@hapi/pinpoint": "^1.0.2",
|
|
"@hapi/topo": "^3.1.3"
|
|
},
|
|
"deprecated": "This version has been deprecated and is no longer supported or maintained",
|
|
"description": "Object schema validation",
|
|
"devDependencies": {
|
|
"@hapi/bourne": "1.x.x",
|
|
"@hapi/code": "6.x.x",
|
|
"@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
|
|
"@hapi/lab": "20.x.x"
|
|
},
|
|
"files": [
|
|
"lib/**/*",
|
|
"dist/*"
|
|
],
|
|
"homepage": "https://github.com/hapijs/joi#readme",
|
|
"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": {
|
|
"prepublishOnly": "cd browser && npm install && npm run build",
|
|
"test": "lab -t 100 -a @hapi/code -L",
|
|
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
|
|
},
|
|
"version": "16.1.8"
|
|
}
|