package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "lodash.templatesettings@3.1.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash.templatesettings@3.1.1",
  10. "_id": "lodash.templatesettings@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
  13. "_location": "/lodash.templatesettings",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash.templatesettings@3.1.1",
  19. "name": "lodash.templatesettings",
  20. "escapedName": "lodash.templatesettings",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "/lodash.template"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
  29. "_spec": "3.1.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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": "Blaine Bublitz",
  47. "email": "blaine@iceddev.com",
  48. "url": "https://github.com/phated"
  49. },
  50. {
  51. "name": "Mathias Bynens",
  52. "email": "mathias@qiwi.be",
  53. "url": "https://mathiasbynens.be/"
  54. }
  55. ],
  56. "dependencies": {
  57. "lodash._reinterpolate": "^3.0.0",
  58. "lodash.escape": "^3.0.0"
  59. },
  60. "description": "The lodash method `_.templateSettings` exported as a module.",
  61. "homepage": "https://lodash.com/",
  62. "icon": "https://lodash.com/icon.svg",
  63. "keywords": [
  64. "lodash",
  65. "lodash-modularized",
  66. "stdlib",
  67. "util",
  68. "templatesettings"
  69. ],
  70. "license": "MIT",
  71. "name": "lodash.templatesettings",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/lodash/lodash.git"
  75. },
  76. "scripts": {
  77. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  78. },
  79. "version": "3.1.1"
  80. }