WIP - add extractor, generate snippet_data
This commit is contained in:
65
node_modules/lodash.template/package.json
generated
vendored
Normal file
65
node_modules/lodash.template/package.json
generated
vendored
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"_from": "lodash.template@^4.4.0",
|
||||
"_id": "lodash.template@4.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
|
||||
"_location": "/lodash.template",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "lodash.template@^4.4.0",
|
||||
"name": "lodash.template",
|
||||
"escapedName": "lodash.template",
|
||||
"rawSpec": "^4.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/workbox-build"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
|
||||
"_shasum": "f976195cf3f347d0d5f52483569fe8031ccce8ab",
|
||||
"_spec": "lodash.template@^4.4.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/workbox-build",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"lodash._reinterpolate": "^3.0.0",
|
||||
"lodash.templatesettings": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "The Lodash method `_.template` exported as a module.",
|
||||
"homepage": "https://lodash.com/",
|
||||
"icon": "https://lodash.com/icon.svg",
|
||||
"keywords": [
|
||||
"lodash-modularized",
|
||||
"template"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "lodash.template",
|
||||
"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.5.0"
|
||||
}
|
||||
Reference in New Issue
Block a user