| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/pupa/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/pupa/package.json |
{
"_from": "pupa@^3.1.0",
"_id": "pupa@3.1.0",
"_inBundle": false,
"_integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==",
"_location": "/@google/gemini-cli/pupa",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pupa@^3.1.0",
"name": "pupa",
"escapedName": "pupa",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/@google/gemini-cli/update-notifier"
],
"_resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz",
"_shasum": "f15610274376bbcc70c9a3aa8b505ea23f41c579",
"_spec": "pupa@^3.1.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/update-notifier",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/pupa/issues"
},
"bundleDependencies": false,
"dependencies": {
"escape-goat": "^4.0.0"
},
"deprecated": false,
"description": "Simple micro templating",
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"xo": "^0.41.0"
},
"engines": {
"node": ">=12.20"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/pupa#readme",
"keywords": [
"string",
"formatting",
"template",
"object",
"format",
"interpolate",
"interpolation",
"templating",
"expand",
"simple",
"replace",
"placeholders",
"values",
"transform",
"micro"
],
"license": "MIT",
"name": "pupa",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/pupa.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"type": "module",
"version": "3.1.0"
}