package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "/typedoc"
  23. ],
  24. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/lodash/-/lodash-4.17.19.tgz",
  25. "_shasum": "e48ddedbe30b3321783c5b4301fbd353bc1e4a4b",
  26. "_spec": "lodash@^4.17.14",
  27. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\eslint",
  28. "author": {
  29. "name": "John-David Dalton",
  30. "email": "john.david.dalton@gmail.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/lodash/lodash/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "John-David Dalton",
  39. "email": "john.david.dalton@gmail.com"
  40. },
  41. {
  42. "name": "Mathias Bynens",
  43. "email": "mathias@qiwi.be"
  44. }
  45. ],
  46. "deprecated": false,
  47. "description": "Lodash modular utilities.",
  48. "homepage": "https://lodash.com/",
  49. "icon": "https://lodash.com/icon.svg",
  50. "keywords": [
  51. "modules",
  52. "stdlib",
  53. "util"
  54. ],
  55. "license": "MIT",
  56. "main": "lodash.js",
  57. "name": "lodash",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/lodash/lodash.git"
  61. },
  62. "scripts": {
  63. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  64. },
  65. "version": "4.17.19"
  66. }