WIP - add extractor, generate snippet_data
This commit is contained in:
60
node_modules/expand-template/package.json
generated
vendored
Normal file
60
node_modules/expand-template/package.json
generated
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"_from": "expand-template@^2.0.3",
|
||||
"_id": "expand-template@2.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
|
||||
"_location": "/expand-template",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "expand-template@^2.0.3",
|
||||
"name": "expand-template",
|
||||
"escapedName": "expand-template",
|
||||
"rawSpec": "^2.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/prebuild-install"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
|
||||
"_shasum": "6e14b3fcee0f3a6340ecb57d2e8918692052a47c",
|
||||
"_spec": "expand-template@^2.0.3",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/prebuild-install",
|
||||
"author": {
|
||||
"name": "LM",
|
||||
"email": "ralphtheninja@riseup.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ralphtheninja/expand-template/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Expand placeholders in a template string",
|
||||
"devDependencies": {
|
||||
"standard": "^12.0.0",
|
||||
"tape": "^4.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"homepage": "https://github.com/ralphtheninja/expand-template",
|
||||
"keywords": [
|
||||
"template",
|
||||
"expand",
|
||||
"replace"
|
||||
],
|
||||
"license": "(MIT OR WTFPL)",
|
||||
"main": "index.js",
|
||||
"name": "expand-template",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ralphtheninja/expand-template.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test.js && standard"
|
||||
},
|
||||
"version": "2.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user