| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 | {  "_args": [    [      "extend@3.0.2",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_from": "extend@3.0.2",  "_id": "extend@3.0.2",  "_inBundle": false,  "_integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=",  "_location": "/extend",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "extend@3.0.2",    "name": "extend",    "escapedName": "extend",    "rawSpec": "3.0.2",    "saveSpec": null,    "fetchSpec": "3.0.2"  },  "_requiredBy": [    "/quill",    "/quill-delta",    "/request"  ],  "_resolved": "https://registry.nlark.com/extend/download/extend-3.0.2.tgz",  "_spec": "3.0.2",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Stefan Thomas",    "email": "justmoon@members.fsf.org",    "url": "http://www.justmoon.net"  },  "bugs": {    "url": "https://github.com/justmoon/node-extend/issues"  },  "contributors": [    {      "name": "Jordan Harband",      "url": "https://github.com/ljharb"    }  ],  "dependencies": {},  "description": "Port of jQuery.extend for node.js and the browser",  "devDependencies": {    "@ljharb/eslint-config": "^12.2.1",    "covert": "^1.1.0",    "eslint": "^4.19.1",    "jscs": "^3.0.7",    "tape": "^4.9.1"  },  "homepage": "https://github.com/justmoon/node-extend#readme",  "keywords": [    "extend",    "clone",    "merge"  ],  "license": "MIT",  "main": "index",  "name": "extend",  "repository": {    "type": "git",    "url": "git+https://github.com/justmoon/node-extend.git"  },  "scripts": {    "coverage": "covert test/index.js",    "coverage-quiet": "covert test/index.js --quiet",    "eslint": "eslint *.js */*.js",    "jscs": "jscs *.js */*.js",    "lint": "npm run jscs && npm run eslint",    "posttest": "npm run coverage-quiet",    "pretest": "npm run lint",    "test": "npm run tests-only",    "tests-only": "node test"  },  "version": "3.0.2"}
 |