文件名称:underscore.pathextend:使用字符串路径扩展对象的下划线助手
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-29 06:16:14
javascript pathfinding underscore extend-objects JavaScript
下划线.pathextend 这个库是 Underscore 的扩展,它允许使用字符串路径扩展对象。 特征 使用路径作为键进行扩展。 依赖关系 underscore.js (>= 1.5.0) underscore.path (>= 0.1.4) 节点 var _ = require ( 'underscore' ) ; _ . mixin ( require ( 'underscore.pathextend' ) ) ; 例子 var object = { foo : { bar : 123 } } ; _ . pathExtend ( object , { "foo.bar" : 312 } ) ; 执照 版权所有 (c) 2014 Mateus Maso。 在 MIT 许可下发布。
【文件预览】:
underscore.pathextend-master
----.gitignore(27B)
----package.json(900B)
----src()
--------underscore.pathextend.js(843B)
----.travis.yml(83B)
----Gruntfile.js(1KB)
----dist()
--------underscore.pathextend.min.js(630B)
--------underscore.pathextend.js(1KB)
----LICENSE.txt(1KB)
----spec()
--------underscore.pathextend.spec.js(583B)
----README.md(690B)
----.npmignore(28B)