package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "lodash",
  3. "_id": "lodash@4.17.11",
  4. "_inBundle": false,
  5. "_integrity": "sha1-s56mIp72B+zYniyN8SU2iRysm40=",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "lodash",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/@sinonjs/samsam",
  22. "/async",
  23. "/encrypted-attr",
  24. "/grunt-legacy-log",
  25. "/grunt-legacy-log-utils",
  26. "/grunt-legacy-util",
  27. "/jshint",
  28. "/knex",
  29. "/mongoose/async",
  30. "/sails-mysql/async",
  31. "/waterline-utils/async",
  32. "/waterline/async"
  33. ],
  34. "_resolved": "http://registry.npm.taobao.org/lodash/download/lodash-4.17.11.tgz",
  35. "_shasum": "b39ea6229ef607ecd89e2c8df12536891cac9b8d",
  36. "_spec": "lodash",
  37. "_where": "E:\\dev\\007\\node_module\\node10",
  38. "author": {
  39. "name": "John-David Dalton",
  40. "email": "john.david.dalton@gmail.com",
  41. "url": "http://allyoucanleet.com/"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/lodash/lodash/issues"
  45. },
  46. "bundleDependencies": false,
  47. "contributors": [
  48. {
  49. "name": "John-David Dalton",
  50. "email": "john.david.dalton@gmail.com",
  51. "url": "http://allyoucanleet.com/"
  52. },
  53. {
  54. "name": "Mathias Bynens",
  55. "email": "mathias@qiwi.be",
  56. "url": "https://mathiasbynens.be/"
  57. }
  58. ],
  59. "deprecated": false,
  60. "description": "Lodash modular utilities.",
  61. "homepage": "https://lodash.com/",
  62. "icon": "https://lodash.com/icon.svg",
  63. "keywords": [
  64. "modules",
  65. "stdlib",
  66. "util"
  67. ],
  68. "license": "MIT",
  69. "main": "lodash.js",
  70. "name": "lodash",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/lodash/lodash.git"
  74. },
  75. "scripts": {
  76. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  77. },
  78. "version": "4.17.11"
  79. }