package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.15",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "lodash@4.17.15",
  9. "_id": "lodash@4.17.15",
  10. "_inBundle": false,
  11. "_integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
  12. "_location": "/lodash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lodash@4.17.15",
  18. "name": "lodash",
  19. "escapedName": "lodash",
  20. "rawSpec": "4.17.15",
  21. "saveSpec": null,
  22. "fetchSpec": "4.17.15"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/@babel/types",
  27. "/@vue/cli-service/css-loader",
  28. "/async",
  29. "/babel-generator",
  30. "/babel-register",
  31. "/babel-register/babel-core",
  32. "/babel-template",
  33. "/babel-traverse",
  34. "/babel-types",
  35. "/html-webpack-plugin",
  36. "/http-proxy-middleware",
  37. "/jest-config/babel-core",
  38. "/jest-runtime/babel-core",
  39. "/lint-staged",
  40. "/mocha-webpack",
  41. "/node-cache",
  42. "/request-promise-core",
  43. "/table",
  44. "/webpack-bundle-analyzer",
  45. "/webpack-merge"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
  48. "_spec": "4.17.15",
  49. "_where": "E:\\item\\newItem\\admin",
  50. "author": {
  51. "name": "John-David Dalton",
  52. "email": "john.david.dalton@gmail.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/lodash/lodash/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "John-David Dalton",
  60. "email": "john.david.dalton@gmail.com"
  61. },
  62. {
  63. "name": "Mathias Bynens",
  64. "email": "mathias@qiwi.be"
  65. }
  66. ],
  67. "description": "Lodash modular utilities.",
  68. "homepage": "https://lodash.com/",
  69. "icon": "https://lodash.com/icon.svg",
  70. "keywords": [
  71. "modules",
  72. "stdlib",
  73. "util"
  74. ],
  75. "license": "MIT",
  76. "main": "lodash.js",
  77. "name": "lodash",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/lodash/lodash.git"
  81. },
  82. "scripts": {
  83. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  84. },
  85. "version": "4.17.15"
  86. }