package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "is-class-hotfix@~0.0.6",
  3. "_id": "is-class-hotfix@0.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==",
  6. "_location": "/is-class-hotfix",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-class-hotfix@~0.0.6",
  12. "name": "is-class-hotfix",
  13. "escapedName": "is-class-hotfix",
  14. "rawSpec": "~0.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.6"
  17. },
  18. "_requiredBy": [
  19. "/is-type-of"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz",
  22. "_shasum": "a527d31fb23279281dde5f385c77b5de70a72435",
  23. "_spec": "is-class-hotfix@~0.0.6",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\is-type-of",
  25. "author": {
  26. "name": "Miguel Mota",
  27. "email": "hello@miguelmota.com",
  28. "url": "http://www.miguelmota.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/miguelmota/is-class/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if function is an ES6 class.",
  36. "devDependencies": {
  37. "tape": "^3.0.3"
  38. },
  39. "directories": {
  40. "test": "test"
  41. },
  42. "homepage": "https://github.com/miguelmota/is-class",
  43. "keywords": [
  44. "predicate",
  45. "function",
  46. "class",
  47. "es6"
  48. ],
  49. "license": "MIT",
  50. "main": "is-class.js",
  51. "name": "is-class-hotfix",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/miguelmota/is-class.git"
  55. },
  56. "scripts": {
  57. "test": "tape test/*.js"
  58. },
  59. "version": "0.0.6"
  60. }