package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "is-extendable@0.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/condense-newlines/extend-shallow",
  28. "/expand-brackets/extend-shallow",
  29. "/extglob/extend-shallow",
  30. "/fill-range/extend-shallow",
  31. "/object.omit",
  32. "/pretty/extend-shallow",
  33. "/set-value",
  34. "/set-value/extend-shallow",
  35. "/snapdragon/extend-shallow",
  36. "/union-value",
  37. "/union-value/extend-shallow",
  38. "/union-value/set-value"
  39. ],
  40. "_resolved": "https://registry.npm.taobao.org/is-extendable/download/is-extendable-0.1.1.tgz",
  41. "_spec": "0.1.1",
  42. "_where": "/Users/lihai/jolijoli/pad_spa",
  43. "author": {
  44. "name": "Jon Schlinkert",
  45. "url": "https://github.com/jonschlinkert"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  49. },
  50. "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?\"",
  51. "devDependencies": {
  52. "mocha": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/is-extendable",
  61. "keywords": [
  62. "array",
  63. "assign",
  64. "check",
  65. "date",
  66. "extend",
  67. "extensible",
  68. "function",
  69. "is",
  70. "object",
  71. "regex",
  72. "test"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-extendable",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "verbiage": {
  85. "related": {
  86. "list": [
  87. "isobject",
  88. "is-plain-object",
  89. "kind-of",
  90. "is-extendable",
  91. "is-equal-shallow",
  92. "extend-shallow",
  93. "assign-deep"
  94. ]
  95. }
  96. },
  97. "version": "0.1.1"
  98. }