package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.11",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash@4.17.11",
  10. "_id": "lodash@4.17.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-s56mIp72B+zYniyN8SU2iRysm40=",
  13. "_location": "/lodash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash@4.17.11",
  19. "name": "lodash",
  20. "escapedName": "lodash",
  21. "rawSpec": "4.17.11",
  22. "saveSpec": null,
  23. "fetchSpec": "4.17.11"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core",
  27. "/@babel/generator",
  28. "/@babel/helper-define-map",
  29. "/@babel/helper-module-transforms",
  30. "/@babel/helper-regex",
  31. "/@babel/plugin-transform-block-scoping",
  32. "/@babel/traverse",
  33. "/@babel/types",
  34. "/css-loader",
  35. "/html-webpack-plugin",
  36. "/http-proxy-middleware",
  37. "/request-promise-core",
  38. "/webpack-bundle-analyzer",
  39. "/webpack-merge"
  40. ],
  41. "_resolved": "http://registry.npm.taobao.org/lodash/download/lodash-4.17.11.tgz",
  42. "_spec": "4.17.11",
  43. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  44. "author": {
  45. "name": "John-David Dalton",
  46. "email": "john.david.dalton@gmail.com",
  47. "url": "http://allyoucanleet.com/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/lodash/lodash/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "John-David Dalton",
  55. "email": "john.david.dalton@gmail.com",
  56. "url": "http://allyoucanleet.com/"
  57. },
  58. {
  59. "name": "Mathias Bynens",
  60. "email": "mathias@qiwi.be",
  61. "url": "https://mathiasbynens.be/"
  62. }
  63. ],
  64. "description": "Lodash modular utilities.",
  65. "homepage": "https://lodash.com/",
  66. "icon": "https://lodash.com/icon.svg",
  67. "keywords": [
  68. "modules",
  69. "stdlib",
  70. "util"
  71. ],
  72. "license": "MIT",
  73. "main": "lodash.js",
  74. "name": "lodash",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/lodash/lodash.git"
  78. },
  79. "scripts": {
  80. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  81. },
  82. "version": "4.17.11"
  83. }