package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "lodash@^4.17.15",
  3. "_id": "lodash@4.17.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.15",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.15",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.15"
  17. },
  18. "_requiredBy": [
  19. "/babel-core",
  20. "/babel-generator",
  21. "/babel-helper-define-map",
  22. "/babel-helper-regex",
  23. "/babel-plugin-transform-es2015-block-scoping",
  24. "/babel-register",
  25. "/babel-template",
  26. "/babel-traverse",
  27. "/babel-types",
  28. "/miniprogram-ci"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  31. "_shasum": "679591c564c3bffaae8454cf0b3df370c3d6911c",
  32. "_spec": "lodash@^4.17.15",
  33. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  34. "author": {
  35. "name": "John-David Dalton",
  36. "email": "john.david.dalton@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/lodash/lodash/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "John-David Dalton",
  45. "email": "john.david.dalton@gmail.com"
  46. },
  47. {
  48. "name": "Mathias Bynens",
  49. "email": "mathias@qiwi.be"
  50. }
  51. ],
  52. "deprecated": false,
  53. "description": "Lodash modular utilities.",
  54. "homepage": "https://lodash.com/",
  55. "icon": "https://lodash.com/icon.svg",
  56. "keywords": [
  57. "modules",
  58. "stdlib",
  59. "util"
  60. ],
  61. "license": "MIT",
  62. "main": "lodash.js",
  63. "name": "lodash",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/lodash/lodash.git"
  67. },
  68. "scripts": {
  69. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  70. },
  71. "version": "4.17.21"
  72. }