用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.1 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. {
  2. "name": "is-extendable",
  3. "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
  4. "version": "0.1.1",
  5. "homepage": "https://github.com/jonschlinkert/is-extendable",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/is-extendable",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "devDependencies": {
  23. "mocha": "*"
  24. },
  25. "keywords": [
  26. "array",
  27. "assign",
  28. "check",
  29. "date",
  30. "extend",
  31. "extensible",
  32. "function",
  33. "is",
  34. "object",
  35. "regex",
  36. "test"
  37. ],
  38. "verbiage": {
  39. "related": {
  40. "list": [
  41. "isobject",
  42. "is-plain-object",
  43. "kind-of",
  44. "is-extendable",
  45. "is-equal-shallow",
  46. "extend-shallow",
  47. "assign-deep"
  48. ]
  49. }
  50. }
  51. }