package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "lodash.keys@^3.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
  6. "_location": "/lodash.keys",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.keys@^3.0.0",
  12. "name": "lodash.keys",
  13. "escapedName": "lodash.keys",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/lodash._baseassign",
  20. "/lodash.assign",
  21. "/lodash.template"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
  24. "_shasum": "4dbc0472b156be50a0b286855d1bd0b0c656098a",
  25. "_spec": "lodash.keys@^3.0.0",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\lodash.assign",
  27. "author": {
  28. "name": "John-David Dalton",
  29. "email": "[email protected]",
  30. "url": "http://allyoucanleet.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": "[email protected]",
  40. "url": "http://allyoucanleet.com/"
  41. },
  42. {
  43. "name": "Benjamin Tan",
  44. "email": "[email protected]",
  45. "url": "https://d10.github.io/"
  46. },
  47. {
  48. "name": "Blaine Bublitz",
  49. "email": "[email protected]",
  50. "url": "http://www.iceddev.com/"
  51. },
  52. {
  53. "name": "Kit Cambridge",
  54. "email": "[email protected]",
  55. "url": "http://kitcambridge.be/"
  56. },
  57. {
  58. "name": "Mathias Bynens",
  59. "email": "[email protected]",
  60. "url": "https://mathiasbynens.be/"
  61. }
  62. ],
  63. "dependencies": {
  64. "lodash._getnative": "^3.0.0",
  65. "lodash.isarguments": "^3.0.0",
  66. "lodash.isarray": "^3.0.0"
  67. },
  68. "deprecated": false,
  69. "description": "The modern build of lodash’s `_.keys` as a module.",
  70. "homepage": "https://lodash.com/",
  71. "icon": "https://lodash.com/icon.svg",
  72. "keywords": [
  73. "lodash",
  74. "lodash-modularized",
  75. "stdlib",
  76. "util"
  77. ],
  78. "license": "MIT",
  79. "name": "lodash.keys",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/lodash/lodash.git"
  83. },
  84. "scripts": {
  85. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  86. },
  87. "version": "3.1.2"
  88. }