package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.20",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash@4.17.20",
  10. "_id": "lodash@4.17.20",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
  13. "_location": "/lodash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash@4.17.20",
  19. "name": "lodash",
  20. "escapedName": "lodash",
  21. "rawSpec": "4.17.20",
  22. "saveSpec": null,
  23. "fetchSpec": "4.17.20"
  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.20.tgz",
  43. "_spec": "4.17.20",
  44. "_where": "E:\\amr1.0\\AMR",
  45. "author": {
  46. "name": "John-David Dalton",
  47. "email": "john.david.dalton@gmail.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/lodash/lodash/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "John-David Dalton",
  55. "email": "john.david.dalton@gmail.com"
  56. },
  57. {
  58. "name": "Mathias Bynens",
  59. "email": "mathias@qiwi.be"
  60. }
  61. ],
  62. "description": "Lodash modular utilities.",
  63. "homepage": "https://lodash.com/",
  64. "icon": "https://lodash.com/icon.svg",
  65. "keywords": [
  66. "modules",
  67. "stdlib",
  68. "util"
  69. ],
  70. "license": "MIT",
  71. "main": "lodash.js",
  72. "name": "lodash",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/lodash/lodash.git"
  76. },
  77. "scripts": {
  78. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  79. },
  80. "version": "4.17.20"
  81. }