2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args" : [
[
"assign-symbols@1.0.0" ,
"F:\\laragon\\www\\wishthis"
]
] ,
"_from" : "assign-symbols@1.0.0" ,
"_id" : "assign-symbols@1.0.0" ,
"_inBundle" : false ,
"_integrity" : "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" ,
"_location" : "/assign-symbols" ,
"_phantomChildren" : { } ,
"_requested" : {
"type" : "version" ,
"registry" : true ,
"raw" : "assign-symbols@1.0.0" ,
"name" : "assign-symbols" ,
"escapedName" : "assign-symbols" ,
"rawSpec" : "1.0.0" ,
"saveSpec" : null ,
"fetchSpec" : "1.0.0"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"_requiredBy" : [
"/gulp-uglify/extend-shallow" ,
"/micromatch/extend-shallow" ,
"/nanomatch/extend-shallow" ,
"/plugin-error/extend-shallow" ,
"/regex-not/extend-shallow" ,
"/split-string/extend-shallow" ,
"/to-regex/extend-shallow"
2022-01-21 08:28:41 +00:00
] ,
2022-02-23 16:41:13 +00:00
"_resolved" : "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz" ,
"_spec" : "1.0.0" ,
"_where" : "F:\\laragon\\www\\wishthis" ,
"author" : {
"name" : "Jon Schlinkert" ,
"url" : "https://github.com/jonschlinkert"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"bugs" : {
"url" : "https://github.com/jonschlinkert/assign-symbols/issues"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00: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." ,
2022-01-21 08:28:41 +00:00
"devDependencies" : {
"mocha" : "^3.0.0"
} ,
2022-02-23 16:41:13 +00:00
"engines" : {
"node" : ">=0.10.0"
} ,
"files" : [
"index.js"
] ,
"homepage" : "https://github.com/jonschlinkert/assign-symbols" ,
2022-01-21 08:28:41 +00:00
"keywords" : [
"assign" ,
"symbols"
] ,
2022-02-23 16:41:13 +00:00
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "assign-symbols" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/jonschlinkert/assign-symbols.git"
} ,
"scripts" : {
"test" : "mocha"
} ,
2022-01-21 08:28:41 +00:00
"verb" : {
"related" : {
"list" : [
"assign-deep" ,
"mixin-deep" ,
"merge-deep" ,
"extend-shallow" ,
"clone-deep"
]
}
2022-02-23 16:41:13 +00:00
} ,
"version" : "1.0.0"
2022-01-21 08:28:41 +00:00
}