123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_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": "D:\\a-level\\javascript\\homework\\chat-server\\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"
- }
|