package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.21",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash@4.17.21",
  10. "_id": "lodash@4.17.21",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=",
  13. "_location": "/lodash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash@4.17.21",
  19. "name": "lodash",
  20. "escapedName": "lodash",
  21. "rawSpec": "4.17.21",
  22. "saveSpec": null,
  23. "fetchSpec": "4.17.21"
  24. },
  25. "_requiredBy": [
  26. "/@babel/types",
  27. "/async",
  28. "/eslint",
  29. "/html-webpack-plugin",
  30. "/inquirer",
  31. "/pretty-error",
  32. "/renderkid",
  33. "/table",
  34. "/vue-eslint-parser",
  35. "/webpack-bundle-analyzer",
  36. "/webpack-dev-server/http-proxy-middleware",
  37. "/webpack-merge"
  38. ],
  39. "_resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz?cache=0&sync_timestamp=1613835860585&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.21.tgz",
  40. "_spec": "4.17.21",
  41. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  42. "author": {
  43. "name": "John-David Dalton",
  44. "email": "john.david.dalton@gmail.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/lodash/lodash/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "John-David Dalton",
  52. "email": "john.david.dalton@gmail.com"
  53. },
  54. {
  55. "name": "Mathias Bynens",
  56. "email": "mathias@qiwi.be"
  57. }
  58. ],
  59. "description": "Lodash modular utilities.",
  60. "homepage": "https://lodash.com/",
  61. "icon": "https://lodash.com/icon.svg",
  62. "keywords": [
  63. "modules",
  64. "stdlib",
  65. "util"
  66. ],
  67. "license": "MIT",
  68. "main": "lodash.js",
  69. "name": "lodash",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/lodash/lodash.git"
  73. },
  74. "scripts": {
  75. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  76. },
  77. "version": "4.17.21"
  78. }