package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "lodash@^4.17.10",
  3. "_id": "lodash@4.17.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.10",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.10"
  17. },
  18. "_requiredBy": [
  19. "/async"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
  22. "_shasum": "1b7793cf7259ea38fb3661d4d38b3260af8ae4e7",
  23. "_spec": "lodash@^4.17.10",
  24. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\async",
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com",
  28. "url": "http://allyoucanleet.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lodash/lodash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "John-David Dalton",
  37. "email": "john.david.dalton@gmail.com",
  38. "url": "http://allyoucanleet.com/"
  39. },
  40. {
  41. "name": "Mathias Bynens",
  42. "email": "mathias@qiwi.be",
  43. "url": "https://mathiasbynens.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.10"
  66. }