package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "lodash.memoize@4.x",
  3. "_id": "lodash.memoize@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
  6. "_location": "/lodash.memoize",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.memoize@4.x",
  12. "name": "lodash.memoize",
  13. "escapedName": "lodash.memoize",
  14. "rawSpec": "4.x",
  15. "saveSpec": null,
  16. "fetchSpec": "4.x"
  17. },
  18. "_requiredBy": [
  19. "/caniuse-api",
  20. "/ts-jest"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  23. "_shasum": "bcc6c49a42a2840ed997f323eada5ecd182e0bfe",
  24. "_spec": "lodash.memoize@4.x",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\ts-jest",
  26. "author": {
  27. "name": "John-David Dalton",
  28. "email": "john.david.dalton@gmail.com",
  29. "url": "http://allyoucanleet.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lodash/lodash/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "John-David Dalton",
  38. "email": "john.david.dalton@gmail.com",
  39. "url": "http://allyoucanleet.com/"
  40. },
  41. {
  42. "name": "Blaine Bublitz",
  43. "email": "blaine.bublitz@gmail.com",
  44. "url": "https://github.com/phated"
  45. },
  46. {
  47. "name": "Mathias Bynens",
  48. "email": "mathias@qiwi.be",
  49. "url": "https://mathiasbynens.be/"
  50. }
  51. ],
  52. "deprecated": false,
  53. "description": "The lodash method `_.memoize` exported as a module.",
  54. "homepage": "https://lodash.com/",
  55. "icon": "https://lodash.com/icon.svg",
  56. "keywords": [
  57. "lodash-modularized",
  58. "memoize"
  59. ],
  60. "license": "MIT",
  61. "name": "lodash.memoize",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/lodash/lodash.git"
  65. },
  66. "scripts": {
  67. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  68. },
  69. "version": "4.1.2"
  70. }