2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from" : "assign-symbols@^1.0.0" ,
2023-12-18 13:12:25 +08:00
"_id" : "assign-symbols@1.0.0" ,
"_inBundle" : false ,
2024-01-16 21:26:16 +08:00
"_integrity" : "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==" ,
2023-12-18 13:12:25 +08:00
"_location" : "/assign-symbols" ,
"_phantomChildren" : { } ,
"_requested" : {
2024-01-16 21:26:16 +08:00
"type" : "range" ,
2023-12-18 13:12:25 +08:00
"registry" : true ,
2024-01-16 21:26:16 +08:00
"raw" : "assign-symbols@^1.0.0" ,
2023-12-18 13:12:25 +08:00
"name" : "assign-symbols" ,
"escapedName" : "assign-symbols" ,
2024-01-16 21:26:16 +08:00
"rawSpec" : "^1.0.0" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2024-01-16 21:26:16 +08:00
"fetchSpec" : "^1.0.0"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
"/extend-shallow"
] ,
2024-01-16 21:26:16 +08:00
"_resolved" : "https://registry.npmmirror.com/assign-symbols/-/assign-symbols-1.0.0.tgz" ,
"_shasum" : "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" ,
"_spec" : "assign-symbols@^1.0.0" ,
"_where" : "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\extend-shallow" ,
2023-12-18 13:12:25 +08:00
"author" : {
"name" : "Jon Schlinkert" ,
"url" : "https://github.com/jonschlinkert"
} ,
"bugs" : {
"url" : "https://github.com/jonschlinkert/assign-symbols/issues"
} ,
2024-01-16 21:26:16 +08:00
"bundleDependencies" : false ,
"deprecated" : false ,
2023-12-18 13:12:25 +08:00
"description" : "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method." ,
"devDependencies" : {
"mocha" : "^3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
} ,
"files" : [
"index.js"
] ,
"homepage" : "https://github.com/jonschlinkert/assign-symbols" ,
"keywords" : [
"assign" ,
"symbols"
] ,
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "assign-symbols" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/jonschlinkert/assign-symbols.git"
} ,
"scripts" : {
"test" : "mocha"
} ,
"verb" : {
"related" : {
"list" : [
"assign-deep" ,
"mixin-deep" ,
"merge-deep" ,
"extend-shallow" ,
"clone-deep"
]
}
} ,
"version" : "1.0.0"
}