项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

97 line
2.2 KiB

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