package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.10",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash@4.17.10",
  10. "_id": "lodash@4.17.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
  13. "_location": "/lodash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash@4.17.10",
  19. "name": "lodash",
  20. "escapedName": "lodash",
  21. "rawSpec": "4.17.10",
  22. "saveSpec": null,
  23. "fetchSpec": "4.17.10"
  24. },
  25. "_requiredBy": [
  26. "/async",
  27. "/babel-core",
  28. "/babel-generator",
  29. "/babel-helper-define-map",
  30. "/babel-helper-regex",
  31. "/babel-plugin-transform-es2015-block-scoping",
  32. "/babel-register",
  33. "/babel-template",
  34. "/babel-traverse",
  35. "/babel-types",
  36. "/html-webpack-plugin",
  37. "/http-proxy-middleware",
  38. "/last-call-webpack-plugin",
  39. "/webpack-bundle-analyzer",
  40. "/webpack-merge"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
  43. "_spec": "4.17.10",
  44. "_where": "D:\\projects\\dealer_front",
  45. "author": {
  46. "name": "John-David Dalton",
  47. "email": "john.david.dalton@gmail.com",
  48. "url": "http://allyoucanleet.com/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/lodash/lodash/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "John-David Dalton",
  56. "email": "john.david.dalton@gmail.com",
  57. "url": "http://allyoucanleet.com/"
  58. },
  59. {
  60. "name": "Mathias Bynens",
  61. "email": "mathias@qiwi.be",
  62. "url": "https://mathiasbynens.be/"
  63. }
  64. ],
  65. "description": "Lodash modular utilities.",
  66. "homepage": "https://lodash.com/",
  67. "icon": "https://lodash.com/icon.svg",
  68. "keywords": [
  69. "modules",
  70. "stdlib",
  71. "util"
  72. ],
  73. "license": "MIT",
  74. "main": "lodash.js",
  75. "name": "lodash",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/lodash/lodash.git"
  79. },
  80. "scripts": {
  81. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  82. },
  83. "version": "4.17.10"
  84. }