| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 | {  "_args": [    [      "stringify-object@3.3.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "stringify-object@3.3.0",  "_id": "stringify-object@3.3.0",  "_inBundle": false,  "_integrity": "sha1-cDBlrvyhkwDTzoivT1s5VtdVZik=",  "_location": "/stringify-object",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "stringify-object@3.3.0",    "name": "stringify-object",    "escapedName": "stringify-object",    "rawSpec": "3.3.0",    "saveSpec": null,    "fetchSpec": "3.3.0"  },  "_requiredBy": [    "/lint-staged"  ],  "_resolved": "https://registry.nlark.com/stringify-object/download/stringify-object-3.3.0.tgz",  "_spec": "3.3.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "sindresorhus.com"  },  "bugs": {    "url": "https://github.com/yeoman/stringify-object/issues"  },  "dependencies": {    "get-own-enumerable-property-symbols": "^3.0.0",    "is-obj": "^1.0.1",    "is-regexp": "^1.0.0"  },  "description": "Stringify an object/array like JSON.stringify just without all the double-quotes",  "devDependencies": {    "ava": "*",    "xo": "*"  },  "engines": {    "node": ">=4"  },  "files": [    "index.js"  ],  "homepage": "https://github.com/yeoman/stringify-object#readme",  "keywords": [    "object",    "stringify",    "pretty",    "print",    "dump",    "format",    "type",    "json"  ],  "license": "BSD-2-Clause",  "name": "stringify-object",  "repository": {    "type": "git",    "url": "git+https://github.com/yeoman/stringify-object.git"  },  "scripts": {    "test": "xo && ava"  },  "version": "3.3.0"}
 |