WIP - add extractor, generate snippet_data
This commit is contained in:
61
node_modules/lodash.mergewith/package.json
generated
vendored
Normal file
61
node_modules/lodash.mergewith/package.json
generated
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user