package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "lodash@^4.17.14",
  3. "_id": "lodash@4.17.19",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.14",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.14",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.14"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/inquirer",
  21. "/table"
  22. ],
  23. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/lodash/-/lodash-4.17.19.tgz",
  24. "_shasum": "e48ddedbe30b3321783c5b4301fbd353bc1e4a4b",
  25. "_spec": "lodash@^4.17.14",
  26. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\eslint",
  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.19"
  65. }