package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "lodash.escape@3.2.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash.escape@3.2.0",
  10. "_id": "lodash.escape@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
  13. "_location": "/lodash.escape",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash.escape@3.2.0",
  19. "name": "lodash.escape",
  20. "escapedName": "lodash.escape",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/lodash.template",
  27. "/lodash.templatesettings"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
  30. "_spec": "3.2.0",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "John-David Dalton",
  34. "email": "john.david.dalton@gmail.com",
  35. "url": "http://allyoucanleet.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/lodash/lodash/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "John-David Dalton",
  43. "email": "john.david.dalton@gmail.com",
  44. "url": "http://allyoucanleet.com/"
  45. },
  46. {
  47. "name": "Blaine Bublitz",
  48. "email": "blaine@iceddev.com",
  49. "url": "https://github.com/phated"
  50. },
  51. {
  52. "name": "Mathias Bynens",
  53. "email": "mathias@qiwi.be",
  54. "url": "https://mathiasbynens.be/"
  55. }
  56. ],
  57. "dependencies": {
  58. "lodash._root": "^3.0.0"
  59. },
  60. "description": "The lodash method `_.escape` exported as a module.",
  61. "homepage": "https://lodash.com/",
  62. "icon": "https://lodash.com/icon.svg",
  63. "keywords": [
  64. "lodash-modularized",
  65. "escape"
  66. ],
  67. "license": "MIT",
  68. "name": "lodash.escape",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/lodash/lodash.git"
  72. },
  73. "scripts": {
  74. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  75. },
  76. "version": "3.2.0"
  77. }