package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "lodash.template@^4.5.0",
  3. "_id": "lodash.template@4.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
  6. "_location": "/lodash.template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.template@^4.5.0",
  12. "name": "lodash.template",
  13. "escapedName": "lodash.template",
  14. "rawSpec": "^4.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.5.0"
  17. },
  18. "_requiredBy": [
  19. "/workbox-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
  22. "_shasum": "f976195cf3f347d0d5f52483569fe8031ccce8ab",
  23. "_spec": "lodash.template@^4.5.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lodash/lodash/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "John-David Dalton",
  36. "email": "john.david.dalton@gmail.com"
  37. },
  38. {
  39. "name": "Mathias Bynens",
  40. "email": "mathias@qiwi.be"
  41. }
  42. ],
  43. "dependencies": {
  44. "lodash._reinterpolate": "^3.0.0",
  45. "lodash.templatesettings": "^4.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "The Lodash method `_.template` exported as a module.",
  49. "homepage": "https://lodash.com/",
  50. "icon": "https://lodash.com/icon.svg",
  51. "keywords": [
  52. "lodash-modularized",
  53. "template"
  54. ],
  55. "license": "MIT",
  56. "name": "lodash.template",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lodash/lodash.git"
  60. },
  61. "scripts": {
  62. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  63. },
  64. "version": "4.5.0"
  65. }