package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.21",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/async",
  27. "/babel-plugin-component/@babel/helper-module-imports",
  28. "/babel-plugin-component/@babel/types",
  29. "/eslint",
  30. "/eslint-import-resolver-webpack",
  31. "/globule",
  32. "/html-webpack-plugin",
  33. "/inquirer",
  34. "/node-sass",
  35. "/pretty-error",
  36. "/renderkid",
  37. "/sass-graph",
  38. "/table",
  39. "/vue-eslint-parser",
  40. "/webpack-bundle-analyzer",
  41. "/webpack-dev-server/http-proxy-middleware",
  42. "/webpack-merge"
  43. ],
  44. "_resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz",
  45. "_spec": "4.17.21",
  46. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  47. "author": {
  48. "name": "John-David Dalton",
  49. "email": "john.david.dalton@gmail.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/lodash/lodash/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "John-David Dalton",
  57. "email": "john.david.dalton@gmail.com"
  58. },
  59. {
  60. "name": "Mathias Bynens",
  61. "email": "mathias@qiwi.be"
  62. }
  63. ],
  64. "description": "Lodash modular utilities.",
  65. "homepage": "https://lodash.com/",
  66. "icon": "https://lodash.com/icon.svg",
  67. "keywords": [
  68. "modules",
  69. "stdlib",
  70. "util"
  71. ],
  72. "license": "MIT",
  73. "main": "lodash.js",
  74. "name": "lodash",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/lodash/lodash.git"
  78. },
  79. "scripts": {
  80. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  81. },
  82. "version": "4.17.21"
  83. }