package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "/globule",
  20. "/node-sass",
  21. "/sass-graph"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  24. "_shasum": "679591c564c3bffaae8454cf0b3df370c3d6911c",
  25. "_spec": "lodash@^4.17.15",
  26. "_where": "D:\\公司项目\\wms\\node_modules\\node-sass",
  27. "author": {
  28. "name": "John-David Dalton",
  29. "email": "john.david.dalton@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lodash/lodash/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "John-David Dalton",
  38. "email": "john.david.dalton@gmail.com"
  39. },
  40. {
  41. "name": "Mathias Bynens",
  42. "email": "mathias@qiwi.be"
  43. }
  44. ],
  45. "deprecated": false,
  46. "description": "Lodash modular utilities.",
  47. "homepage": "https://lodash.com/",
  48. "icon": "https://lodash.com/icon.svg",
  49. "keywords": [
  50. "modules",
  51. "stdlib",
  52. "util"
  53. ],
  54. "license": "MIT",
  55. "main": "lodash.js",
  56. "name": "lodash",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lodash/lodash.git"
  60. },
  61. "scripts": {
  62. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  63. },
  64. "version": "4.17.21"
  65. }