package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "expand-template@^2.0.3",
  3. "_id": "expand-template@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
  6. "_location": "/expand-template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "expand-template@^2.0.3",
  12. "name": "expand-template",
  13. "escapedName": "expand-template",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
  22. "_shasum": "6e14b3fcee0f3a6340ecb57d2e8918692052a47c",
  23. "_spec": "expand-template@^2.0.3",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\prebuild-install",
  25. "author": {
  26. "name": "LM",
  27. "email": "ralphtheninja@riseup.net"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ralphtheninja/expand-template/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Expand placeholders in a template string",
  36. "devDependencies": {
  37. "standard": "^12.0.0",
  38. "tape": "^4.2.2"
  39. },
  40. "engines": {
  41. "node": ">=6"
  42. },
  43. "homepage": "https://github.com/ralphtheninja/expand-template",
  44. "keywords": [
  45. "template",
  46. "expand",
  47. "replace"
  48. ],
  49. "license": "(MIT OR WTFPL)",
  50. "main": "index.js",
  51. "name": "expand-template",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/ralphtheninja/expand-template.git"
  55. },
  56. "scripts": {
  57. "test": "tape test.js && standard"
  58. },
  59. "version": "2.0.3"
  60. }