Files
30-seconds-of-code/node_modules/lodash.mergewith/package.json
2019-08-20 15:52:05 +02:00

62 lines
1.7 KiB
JSON

{
"_from": "lodash.mergewith@^4.6.1",
"_id": "lodash.mergewith@4.6.2",
"_inBundle": false,
"_integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==",
"_location": "/lodash.mergewith",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lodash.mergewith@^4.6.1",
"name": "lodash.mergewith",
"escapedName": "lodash.mergewith",
"rawSpec": "^4.6.1",
"saveSpec": null,
"fetchSpec": "^4.6.1"
},
"_requiredBy": [
"/sanitize-html"
],
"_resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
"_shasum": "617121f89ac55f59047c7aec1ccd6654c6590f55",
"_spec": "lodash.mergewith@^4.6.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/sanitize-html",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com"
},
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com"
},
{
"name": "Mathias Bynens",
"email": "mathias@qiwi.be"
}
],
"deprecated": false,
"description": "The Lodash method `_.mergeWith` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"keywords": [
"lodash-modularized",
"mergewith"
],
"license": "MIT",
"name": "lodash.mergewith",
"repository": {
"type": "git",
"url": "git+https://github.com/lodash/lodash.git"
},
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
"version": "4.6.2"
}