package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "pupa@^2.1.1",
  3. "_id": "pupa@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==",
  6. "_location": "/pupa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pupa@^2.1.1",
  12. "name": "pupa",
  13. "escapedName": "pupa",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/update-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz",
  22. "_shasum": "f5e8fd4afc2c5d97828faa523549ed8744a20d62",
  23. "_spec": "pupa@^2.1.1",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\update-notifier",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/pupa/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "escape-goat": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Simple micro templating",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/pupa#readme",
  52. "keywords": [
  53. "string",
  54. "formatting",
  55. "template",
  56. "object",
  57. "format",
  58. "interpolate",
  59. "interpolation",
  60. "templating",
  61. "expand",
  62. "simple",
  63. "replace",
  64. "placeholders",
  65. "values",
  66. "transform",
  67. "micro"
  68. ],
  69. "license": "MIT",
  70. "name": "pupa",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/pupa.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "2.1.1"
  79. }