package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "lodash.template@3.6.2",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash.template@3.6.2",
  10. "_id": "lodash.template@3.6.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
  13. "_location": "/lodash.template",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash.template@3.6.2",
  19. "name": "lodash.template",
  20. "escapedName": "lodash.template",
  21. "rawSpec": "3.6.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.6.2"
  24. },
  25. "_requiredBy": [
  26. "/gulp-util"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
  29. "_spec": "3.6.2",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  31. "author": {
  32. "name": "John-David Dalton",
  33. "email": "john.david.dalton@gmail.com",
  34. "url": "http://allyoucanleet.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/lodash/lodash/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "John-David Dalton",
  42. "email": "john.david.dalton@gmail.com",
  43. "url": "http://allyoucanleet.com/"
  44. },
  45. {
  46. "name": "Benjamin Tan",
  47. "email": "demoneaux@gmail.com",
  48. "url": "https://d10.github.io/"
  49. },
  50. {
  51. "name": "Blaine Bublitz",
  52. "email": "blaine@iceddev.com",
  53. "url": "http://www.iceddev.com/"
  54. },
  55. {
  56. "name": "Kit Cambridge",
  57. "email": "github@kitcambridge.be",
  58. "url": "http://kitcambridge.be/"
  59. },
  60. {
  61. "name": "Mathias Bynens",
  62. "email": "mathias@qiwi.be",
  63. "url": "https://mathiasbynens.be/"
  64. }
  65. ],
  66. "dependencies": {
  67. "lodash._basecopy": "^3.0.0",
  68. "lodash._basetostring": "^3.0.0",
  69. "lodash._basevalues": "^3.0.0",
  70. "lodash._isiterateecall": "^3.0.0",
  71. "lodash._reinterpolate": "^3.0.0",
  72. "lodash.escape": "^3.0.0",
  73. "lodash.keys": "^3.0.0",
  74. "lodash.restparam": "^3.0.0",
  75. "lodash.templatesettings": "^3.0.0"
  76. },
  77. "description": "The modern build of lodash’s `_.template` as a module.",
  78. "homepage": "https://lodash.com/",
  79. "icon": "https://lodash.com/icon.svg",
  80. "keywords": [
  81. "lodash",
  82. "lodash-modularized",
  83. "stdlib",
  84. "util"
  85. ],
  86. "license": "MIT",
  87. "name": "lodash.template",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/lodash/lodash.git"
  91. },
  92. "scripts": {
  93. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  94. },
  95. "version": "3.6.2"
  96. }