|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_args": [
- [
- "tmpl@1.0.5",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "tmpl@1.0.5",
- "_id": "tmpl@1.0.5",
- "_inBundle": false,
- "_integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
- "_location": "/tmpl",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "tmpl@1.0.5",
- "name": "tmpl",
- "escapedName": "tmpl",
- "rawSpec": "1.0.5",
- "saveSpec": null,
- "fetchSpec": "1.0.5"
- },
- "_requiredBy": [
- "/makeerror"
- ],
- "_resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
- "_spec": "1.0.5",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Naitik Shah",
- "email": "n@daaku.org"
- },
- "bugs": {
- "url": "https://github.com/daaku/nodejs-tmpl/issues"
- },
- "description": "JavaScript micro templates.",
- "devDependencies": {
- "mocha": "^9.1.1"
- },
- "homepage": "https://github.com/daaku/nodejs-tmpl",
- "license": "BSD-3-Clause",
- "main": "lib/tmpl",
- "name": "tmpl",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/daaku/nodejs-tmpl.git"
- },
- "scripts": {
- "test": "NODE_PATH=./lib mocha --ui exports"
- },
- "version": "1.0.5"
- }
|