You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.5 KiB

{
"_from": "expand-template@^1.0.0",
"_id": "expand-template@1.1.1",
"_inBundle": false,
"_integrity": "sha512-cebqLtV8KOZfw0UI8TEFWxtczxxC1jvyUvx6H4fyp1K1FN7A4Q+uggVUlOsI1K8AGU0rwOGqP8nCapdrw8CYQg==",
"_location": "/expand-template",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expand-template@^1.0.0",
"name": "expand-template",
"escapedName": "expand-template",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/prebuild"
],
"_resolved": "https://registry.npmjs.org/expand-template/-/expand-template-1.1.1.tgz",
"_shasum": "981f188c0c3a87d2e28f559bc541426ff94f21dd",
"_spec": "expand-template@^1.0.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/prebuild",
"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": "^11.0.0",
"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.1"
}