| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | {  "_args": [    [      "is-extendable@0.1.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "is-extendable@0.1.1",  "_id": "is-extendable@0.1.1",  "_inBundle": false,  "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",  "_location": "/is-extendable",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "is-extendable@0.1.1",    "name": "is-extendable",    "escapedName": "is-extendable",    "rawSpec": "0.1.1",    "saveSpec": null,    "fetchSpec": "0.1.1"  },  "_requiredBy": [    "/braces/extend-shallow",    "/expand-brackets/extend-shallow",    "/extglob/extend-shallow",    "/fill-range/extend-shallow",    "/set-value",    "/set-value/extend-shallow",    "/snapdragon/extend-shallow",    "/svg-baker/extend-shallow",    "/union-value"  ],  "_resolved": "https://registry.nlark.com/is-extendable/download/is-extendable-0.1.1.tgz",  "_spec": "0.1.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Jon Schlinkert",    "url": "https://github.com/jonschlinkert"  },  "bugs": {    "url": "https://github.com/jonschlinkert/is-extendable/issues"  },  "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?\"",  "devDependencies": {    "mocha": "*"  },  "engines": {    "node": ">=0.10.0"  },  "files": [    "index.js"  ],  "homepage": "https://github.com/jonschlinkert/is-extendable",  "keywords": [    "array",    "assign",    "check",    "date",    "extend",    "extensible",    "function",    "is",    "object",    "regex",    "test"  ],  "license": "MIT",  "main": "index.js",  "name": "is-extendable",  "repository": {    "type": "git",    "url": "git+https://github.com/jonschlinkert/is-extendable.git"  },  "scripts": {    "test": "mocha"  },  "verbiage": {    "related": {      "list": [        "isobject",        "is-plain-object",        "kind-of",        "is-extendable",        "is-equal-shallow",        "extend-shallow",        "assign-deep"      ]    }  },  "version": "0.1.1"}
 |