Files
Arbitrate-FrontendH5/node_modules/core-util-is/package.json
T

73 lines
1.7 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"core-util-is@1.0.3",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "core-util-is@1.0.3",
"_id": "core-util-is@1.0.3",
"_inBundle": false,
"_integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
"_location": "/core-util-is",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "core-util-is@1.0.3",
"name": "core-util-is",
"escapedName": "core-util-is",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/hpack.js/readable-stream"
],
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/core-util-is/issues"
},
2024-01-18 10:46:33 +08:00
"description": "The `util.is*` functions introduced in Node v0.12.",
2024-04-08 16:23:29 +08:00
"devDependencies": {
"tap": "^15.0.9"
},
2024-01-18 10:46:33 +08:00
"files": [
"lib"
],
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/isaacs/core-util-is#readme",
2024-01-18 10:46:33 +08:00
"keywords": [
"util",
"isBuffer",
"isArray",
"isNumber",
"isString",
"isRegExp",
"isThis",
"isThat",
"polyfill"
],
"license": "MIT",
2024-04-08 16:23:29 +08:00
"main": "lib/util.js",
"name": "core-util-is",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/core-util-is.git"
2024-01-18 10:46:33 +08:00
},
"scripts": {
"postversion": "npm publish",
2024-04-08 16:23:29 +08:00
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap test.js"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"version": "1.0.3"
2024-01-18 10:46:33 +08:00
}