package.json 1.76 KB
{
  "_from": "pupa@^2.1.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.1.1",
    "name": "pupa",
    "escapedName": "pupa",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz",
  "_shasum": "f5e8fd4afc2c5d97828faa523549ed8744a20d62",
  "_spec": "pupa@^2.1.1",
  "_where": "C:\\Users\\KoMoGoon\\documents\\github\\web_project2\\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"
}