全部标签
目录标签

#object

公开记录中带有此标签的全部仓库——标签来自其 GitHub 主题或软件包注册表发布的关键词。健康度量遵循与记录其余部分相同的版本化方法论。

180 条记录
标签为“object”按健康指数排序
npm
37薄弱健康指数
mcollina/reusify
Reuse objects and functions with style
JavaScript★ 186↓ 499M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
36薄弱健康指数
sindresorhus/is-plain-obj
Check if a value is a plain object
JavaScript · TypeScript★ 106↓ 450M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
36薄弱健康指数
sindresorhus/merge-descriptors
Merge objects using their property descriptors
JavaScript★ 155↓ 472M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
35薄弱健康指数
jonschlinkert/shallow-clone
Make a shallow clone of an object, array or primitive.
JavaScript★ 31↓ 108M/月2026年8月22日
MIT2026年8月22日 · 指标 2.10.0
npm
35薄弱健康指数
sindresorhus/object-assign
ES2015 Object.assign() ponyfill
JavaScript★ 918↓ 627M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
34存在风险健康指数
ianstormtaylor/superstruct
A simple and composable way to validate data in JavaScript (and TypeScript).
TypeScript★ 7,137↓ 22.6M/月2026年8月12日
MIT2026年8月12日 · 指标 2.10.0
npm
34存在风险健康指数
sindresorhus/define-lazy-prop
Define a lazily evaluated property on an object
JavaScript · TypeScript★ 67↓ 353M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
33存在风险健康指数
absunstar/isite
Create Node Js WebSite with Many Featuers
JavaScript★ 3↓ 92.9K/月2026年7月20日
MIT2026年7月20日 · 指标 2.10.0
npm · Go · PyPI
33存在风险健康指数
cameraui/plugins
Official camera.ui plugins
Python · TypeScript★ 0↓ 19.1K/月2026年7月15日
无许可证2026年7月15日 · 指标 2.10.0
npm
32存在风险健康指数
hughsk/flat
:steam_locomotive: Flatten/unflatten nested Javascript objects
JavaScript★ 1,815↓ 122M/月2026年8月4日
BSD-3-Clause2026年8月4日 · 指标 2.10.0
npm
31存在风险健康指数
jonschlinkert/is-extendable
Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, function or date. Useful for determining if a value is an object that can be extended.
JavaScript★ 19↓ 229M/月2026年8月29日
MIT2026年8月29日 · 指标 2.10.0
npm
31存在风险健康指数
jonschlinkert/isobject
Is the value an object, and not an array or null?
JavaScript★ 107↓ 242M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
30存在风险健康指数
jonschlinkert/extend-shallow
Extend object A with the properties of object B. node.js/javascript util.
JavaScript★ 33↓ 278M/月2026年8月29日
MIT2026年8月29日 · 指标 2.10.0
npm
30存在风险健康指数
node-cache/node-cache
a node internal (in-memory) caching module
CoffeeScript★ 2,372↓ 21.1M/月2026年8月13日
MIT2026年8月13日 · 指标 2.10.0
npm
30存在风险健康指数
puleos/object-hash
Generate hashes from javascript objects in node and the browser.
JavaScript★ 1,474↓ 276M/月2026年8月13日
MIT2026年8月13日 · 指标 2.10.0
npm
29存在风险健康指数
jonschlinkert/for-in
Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.
JavaScript★ 36↓ 71.6M/月2026年8月31日
MIT2026年8月31日 · 指标 2.10.0
npm
29存在风险健康指数
lukeed/klona
A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
JavaScript★ 1,731↓ 57.6M/月2026年8月13日
MIT2026年8月13日 · 指标 2.10.0
npm
29存在风险健康指数
stevemao/compare-func
Get a compare function for array to sort
JavaScript★ 16↓ 50.5M/月2026年8月23日
MIT2026年8月23日 · 指标 2.10.0
npm
29存在风险健康指数
wesleytodd/setprototypeof
Polyfill for Object.setPrototypeOf
JavaScript★ 51↓ 475M/月2026年8月4日
ISC2026年8月4日 · 指标 2.10.0
npm
28存在风险健康指数
mattphillips/deep-object-diff
Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️
JavaScript★ 1,139↓ 16.8M/月2026年8月13日
MIT2026年8月13日 · 指标 2.10.0
npm
26存在风险健康指数
jonschlinkert/is-plain-object
Returns true if the given value is an object created by the Object constructor.
HTML · JavaScript★ 158↓ 291M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
npm
25存在风险健康指数
jonschlinkert/kind-of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
JavaScript★ 354↓ 477M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
NuGet
25存在风险健康指数
yoyoboot/Yoyo.Abp
Enhanced ASP.NET Boilerplate is an open-source fork of the original ASP.NET Boilerplate framework that introduces flexible primary key types for entities.
C#★ 42026年8月11日
Apache-2.02026年8月11日 · 指标 2.10.0
npm
23存在风险健康指数
jonschlinkert/clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
JavaScript★ 317↓ 110M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0
PyPI
22存在风险健康指数
mwilliamson/python-cobble
Create Python data objects
Python★ 6↓ 15.1M/月2026年8月27日
无许可证2026年8月27日 · 指标 2.10.0
npm
20存在风险健康指数
developit/dlv
Safe deep property access in 120 bytes. x = dlv(obj, 'a.b.x')
JavaScript★ 1,251↓ 169M/月2026年8月13日
无许可证2026年8月13日 · 指标 2.10.0
npm
20存在风险健康指数
mariocasciaro/object-path
A tiny JavaScript utility to access deep properties using a path (for Node and the Browser)
JavaScript★ 1,062↓ 11.4M/月2026年8月13日
MIT2026年8月13日 · 指标 2.10.0
PyPI
20存在风险健康指数
rwightman/efficientdet-pytorch
A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights
Python★ 1,654↓ 542.8K/月2026年8月13日
Apache-2.02026年8月13日 · 指标 2.10.0
npm
16危急健康指数
humanwhocodes/object-schema
DEPRECATED. Use eslint/object-schema instead.
JavaScript★ 33↓ 137M/月2026年8月4日
BSD-3-Clause2026年8月4日 · 指标 2.10.0
npm
13危急健康指数
Raynos/xtend
extend like a boss
JavaScript★ 306↓ 324M/月2026年8月4日
MIT2026年8月4日 · 指标 2.10.0