package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "expand-template@^1.0.2",
  3. "_id": "expand-template@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kkjwkMqj0h4w/sb32ERCDxCQkREMCAgS39DscDnSwDsbxnwwM1BTZySdC3Bn1lhY7vL08n9GoO/fVTynjDgRyQ==",
  6. "_location": "/expand-template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "expand-template@^1.0.2",
  12. "name": "expand-template",
  13. "escapedName": "expand-template",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/expand-template/-/expand-template-1.1.0.tgz",
  22. "_shasum": "e09efba977bf98f9ee0ed25abd0c692e02aec3fc",
  23. "_spec": "expand-template@^1.0.2",
  24. "_where": "/home/tdedhar/Documents/viki/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": "^10.0.3",
  38. "tape": "^4.2.2"
  39. },
  40. "homepage": "https://github.com/ralphtheninja/expand-template",
  41. "keywords": [
  42. "template",
  43. "expand",
  44. "replace"
  45. ],
  46. "license": "WTFPL",
  47. "main": "index.js",
  48. "name": "expand-template",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/ralphtheninja/expand-template.git"
  52. },
  53. "scripts": {
  54. "test": "tape test.js && standard"
  55. },
  56. "version": "1.1.0"
  57. }