package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "mimic-fn@^1.0.0",
  3. "_id": "mimic-fn@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ggyGo5M0ZA6ZUWkovQP8qIBX0CI=",
  6. "_location": "/mimic-fn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mimic-fn@^1.0.0",
  12. "name": "mimic-fn",
  13. "escapedName": "mimic-fn",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mem"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/mimic-fn/download/mimic-fn-1.2.0.tgz",
  22. "_shasum": "820c86a39334640e99516928bd03fca88057d022",
  23. "_spec": "mimic-fn@^1.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\mem",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/mimic-fn/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Make a function mimic another one",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/mimic-fn#readme",
  47. "keywords": [
  48. "function",
  49. "mimic",
  50. "imitate",
  51. "rename",
  52. "copy",
  53. "inherit",
  54. "properties",
  55. "name",
  56. "func",
  57. "fn",
  58. "set",
  59. "infer",
  60. "change"
  61. ],
  62. "license": "MIT",
  63. "name": "mimic-fn",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/mimic-fn.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.2.0"
  72. }