Questionnaire-of-the-Facebo.../node_modules/pupa/package.json

80 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2021-03-11 01:43:28 +00:00
{
"_from": "pupa@^2.0.1",
"_id": "pupa@2.1.1",
"_inBundle": false,
"_integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==",
"_location": "/pupa",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pupa@^2.0.1",
"name": "pupa",
"escapedName": "pupa",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/update-notifier"
],
"_resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz",
"_shasum": "f5e8fd4afc2c5d97828faa523549ed8744a20d62",
"_spec": "pupa@^2.0.1",
"_where": "D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis\\node_modules\\update-notifier",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/pupa/issues"
},
"bundleDependencies": false,
"dependencies": {
"escape-goat": "^2.0.0"
},
"deprecated": false,
"description": "Simple micro templating",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"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"
},
"version": "2.1.1"
}