package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "lodash.isfunction@^3.0.9",
  3. "_id": "lodash.isfunction@3.0.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==",
  6. "_location": "/lodash.isfunction",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.isfunction@^3.0.9",
  12. "name": "lodash.isfunction",
  13. "escapedName": "lodash.isfunction",
  14. "rawSpec": "^3.0.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.9"
  17. },
  18. "_requiredBy": [
  19. "/@fast-csv/format",
  20. "/@fast-csv/parse"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz",
  23. "_shasum": "06de25df4db327ac931981d1bdb067e5af68d051",
  24. "_spec": "lodash.isfunction@^3.0.9",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@fast-csv\\format",
  26. "author": {
  27. "name": "John-David Dalton",
  28. "email": "john.david.dalton@gmail.com",
  29. "url": "http://allyoucanleet.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lodash/lodash/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "John-David Dalton",
  38. "email": "john.david.dalton@gmail.com",
  39. "url": "http://allyoucanleet.com/"
  40. },
  41. {
  42. "name": "Mathias Bynens",
  43. "email": "mathias@qiwi.be",
  44. "url": "https://mathiasbynens.be/"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "The Lodash method `_.isFunction` exported as a module.",
  49. "homepage": "https://lodash.com/",
  50. "icon": "https://lodash.com/icon.svg",
  51. "keywords": [
  52. "lodash-modularized",
  53. "isfunction"
  54. ],
  55. "license": "MIT",
  56. "name": "lodash.isfunction",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lodash/lodash.git"
  60. },
  61. "scripts": {
  62. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  63. },
  64. "version": "3.0.9"
  65. }