| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 | {  "_args": [    [      "is-descriptor@0.1.6",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "is-descriptor@0.1.6",  "_id": "is-descriptor@0.1.6",  "_inBundle": false,  "_integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=",  "_location": "/is-descriptor",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "is-descriptor@0.1.6",    "name": "is-descriptor",    "escapedName": "is-descriptor",    "rawSpec": "0.1.6",    "saveSpec": null,    "fetchSpec": "0.1.6"  },  "_requiredBy": [    "/class-utils/define-property",    "/expand-brackets/define-property",    "/object-copy/define-property",    "/snapdragon/define-property",    "/static-extend/define-property"  ],  "_resolved": "https://registry.nlark.com/is-descriptor/download/is-descriptor-0.1.6.tgz",  "_spec": "0.1.6",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Jon Schlinkert",    "url": "https://github.com/jonschlinkert"  },  "bugs": {    "url": "https://github.com/jonschlinkert/is-descriptor/issues"  },  "contributors": [    {      "name": "Brian Woodward",      "url": "https://twitter.com/doowb"    },    {      "name": "Jon Schlinkert",      "url": "http://twitter.com/jonschlinkert"    },    {      "url": "https://github.com/wtgtybhertgeghgtwtg"    }  ],  "dependencies": {    "is-accessor-descriptor": "^0.1.6",    "is-data-descriptor": "^0.1.4",    "kind-of": "^5.0.0"  },  "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",  "devDependencies": {    "gulp-format-md": "^1.0.0",    "mocha": "^3.4.2"  },  "engines": {    "node": ">=0.10.0"  },  "files": [    "index.js"  ],  "homepage": "https://github.com/jonschlinkert/is-descriptor",  "keywords": [    "accessor",    "check",    "data",    "descriptor",    "get",    "getter",    "is",    "keys",    "object",    "properties",    "property",    "set",    "setter",    "type",    "valid",    "value"  ],  "license": "MIT",  "main": "index.js",  "name": "is-descriptor",  "repository": {    "type": "git",    "url": "git+https://github.com/jonschlinkert/is-descriptor.git"  },  "scripts": {    "test": "mocha"  },  "verb": {    "related": {      "list": [        "is-accessor-descriptor",        "is-data-descriptor",        "is-descriptor",        "isobject"      ]    },    "plugins": [      "gulp-format-md"    ],    "toc": false,    "layout": "default",    "tasks": [      "readme"    ],    "lint": {      "reflinks": true    }  },  "version": "0.1.6"}
 |