TransFlow/node_modules/@hapi/bourne/package.json

62 lines
1.6 KiB
JSON

{
"_args": [
[
"@hapi/bourne@1.3.2",
"D:\\Hjm项目\\TransFlow"
]
],
"_development": true,
"_from": "@hapi/bourne@1.3.2",
"_id": "@hapi/bourne@1.3.2",
"_inBundle": false,
"_integrity": "sha1-CnCVreoGckPOMoPhtWuKj0U7JCo=",
"_location": "/@hapi/bourne",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@hapi/bourne@1.3.2",
"name": "@hapi/bourne",
"escapedName": "@hapi%2fbourne",
"scope": "@hapi",
"rawSpec": "1.3.2",
"saveSpec": null,
"fetchSpec": "1.3.2"
},
"_requiredBy": [
"/@hapi/joi"
],
"_resolved": "https://registry.npm.taobao.org/@hapi/bourne/download/@hapi/bourne-1.3.2.tgz?cache=0&sync_timestamp=1593915150444&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fbourne%2Fdownload%2F%40hapi%2Fbourne-1.3.2.tgz",
"_spec": "1.3.2",
"_where": "D:\\Hjm项目\\TransFlow",
"bugs": {
"url": "https://github.com/hapijs/bourne/issues"
},
"dependencies": {},
"description": "JSON parse with prototype poisoning protection",
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x",
"benchmark": "^2.1.4"
},
"homepage": "https://github.com/hapijs/bourne#readme",
"keywords": [
"JSON",
"parse",
"safe",
"prototype"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@hapi/bourne",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/bourne.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},
"version": "1.3.2"
}