123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "_from": "expand-template@^1.0.2",
- "_id": "expand-template@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-kkjwkMqj0h4w/sb32ERCDxCQkREMCAgS39DscDnSwDsbxnwwM1BTZySdC3Bn1lhY7vL08n9GoO/fVTynjDgRyQ==",
- "_location": "/expand-template",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "expand-template@^1.0.2",
- "name": "expand-template",
- "escapedName": "expand-template",
- "rawSpec": "^1.0.2",
- "saveSpec": null,
- "fetchSpec": "^1.0.2"
- },
- "_requiredBy": [
- "/prebuild-install"
- ],
- "_resolved": "https://registry.npmjs.org/expand-template/-/expand-template-1.1.0.tgz",
- "_shasum": "e09efba977bf98f9ee0ed25abd0c692e02aec3fc",
- "_spec": "expand-template@^1.0.2",
- "_where": "/home/tdedhar/Documents/viki/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": "^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"
- }
|