Files
Arbitrate-FrontendH5/node_modules/isobject/package.json
T

124 lines
2.5 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"isobject@3.0.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
2024-01-18 10:46:33 +08:00
],
2024-04-08 16:23:29 +08:00
"_development": true,
"_from": "isobject@3.0.1",
"_id": "isobject@3.0.1",
"_inBundle": false,
"_integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
"_location": "/isobject",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "isobject@3.0.1",
"name": "isobject",
"escapedName": "isobject",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/clone-deep/is-plain-object"
],
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
2024-01-18 10:46:33 +08:00
"bugs": {
"url": "https://github.com/jonschlinkert/isobject/issues"
},
2024-04-08 16:23:29 +08:00
"contributors": [
{
"url": "https://github.com/LeSuisse"
},
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Magnús Dæhlen",
"url": "https://github.com/magnudae"
},
{
"name": "Tom MacWright",
"url": "https://macwright.org"
}
2024-01-18 10:46:33 +08:00
],
"dependencies": {},
2024-04-08 16:23:29 +08:00
"description": "Returns true if the value is an object and not an array or null.",
2024-01-18 10:46:33 +08:00
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.4.5"
},
2024-04-08 16:23:29 +08:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.d.ts",
"index.js"
],
"homepage": "https://github.com/jonschlinkert/isobject",
2024-01-18 10:46:33 +08:00
"keywords": [
"check",
"is",
"is-object",
"isobject",
"kind",
"kind-of",
"kindof",
"native",
"object",
"type",
"typeof",
"value"
],
2024-04-08 16:23:29 +08:00
"license": "MIT",
"main": "index.js",
"name": "isobject",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/isobject.git"
},
"scripts": {
"test": "mocha"
},
2024-01-18 10:46:33 +08:00
"types": "index.d.ts",
"verb": {
"related": {
"list": [
"extend-shallow",
"is-plain-object",
"kind-of",
"merge-deep"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb"
]
2024-04-08 16:23:29 +08:00
},
"version": "3.0.1"
2024-01-18 10:46:33 +08:00
}