Files
asciidisco.com/build/node_modules/expand-template/package.json
2023-08-01 13:49:46 +02:00

61 lines
1.5 KiB
JSON

{
"_args": [
[
"expand-template@1.1.0",
"/Users/asciidisco/Desktop/asciidisco.com/build"
]
],
"_from": "expand-template@1.1.0",
"_id": "expand-template@1.1.0",
"_inBundle": false,
"_integrity": "sha512-kkjwkMqj0h4w/sb32ERCDxCQkREMCAgS39DscDnSwDsbxnwwM1BTZySdC3Bn1lhY7vL08n9GoO/fVTynjDgRyQ==",
"_location": "/expand-template",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "expand-template@1.1.0",
"name": "expand-template",
"escapedName": "expand-template",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/prebuild-install"
],
"_resolved": "https://registry.npmjs.org/expand-template/-/expand-template-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "LM",
"email": "ralphtheninja@riseup.net"
},
"bugs": {
"url": "https://github.com/ralphtheninja/expand-template/issues"
},
"dependencies": {},
"description": "Expand placeholders in a template string",
"devDependencies": {
"standard": "^10.0.3",
"tape": "^4.2.2"
},
"homepage": "https://github.com/ralphtheninja/expand-template",
"keywords": [
"template",
"expand",
"replace"
],
"license": "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": "1.1.0"
}