package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "is-extendable@0.1.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-extendable@0.1.1",
  10. "_id": "is-extendable@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
  13. "_location": "/is-extendable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-extendable@0.1.1",
  19. "name": "is-extendable",
  20. "escapedName": "is-extendable",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/braces/extend-shallow",
  27. "/expand-brackets/extend-shallow",
  28. "/extglob/extend-shallow",
  29. "/fill-range/extend-shallow",
  30. "/set-value",
  31. "/set-value/extend-shallow",
  32. "/snapdragon/extend-shallow",
  33. "/union-value"
  34. ],
  35. "_resolved": "https://registry.npm.taobao.org/is-extendable/download/is-extendable-0.1.1.tgz",
  36. "_spec": "0.1.1",
  37. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  44. },
  45. "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?\"",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/is-extendable",
  56. "keywords": [
  57. "array",
  58. "assign",
  59. "check",
  60. "date",
  61. "extend",
  62. "extensible",
  63. "function",
  64. "is",
  65. "object",
  66. "regex",
  67. "test"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "is-extendable",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verbiage": {
  80. "related": {
  81. "list": [
  82. "isobject",
  83. "is-plain-object",
  84. "kind-of",
  85. "is-extendable",
  86. "is-equal-shallow",
  87. "extend-shallow",
  88. "assign-deep"
  89. ]
  90. }
  91. },
  92. "version": "0.1.1"
  93. }