25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9 KiB

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