| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 | {  "_args": [    [      "caniuse-api@3.0.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "caniuse-api@3.0.0",  "_id": "caniuse-api@3.0.0",  "_inBundle": false,  "_integrity": "sha1-Xk2Q4idJYdRikZl99Znj7QCO5MA=",  "_location": "/caniuse-api",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "caniuse-api@3.0.0",    "name": "caniuse-api",    "escapedName": "caniuse-api",    "rawSpec": "3.0.0",    "saveSpec": null,    "fetchSpec": "3.0.0"  },  "_requiredBy": [    "/postcss-merge-rules",    "/postcss-reduce-initial"  ],  "_resolved": "https://registry.npmmirror.com/caniuse-api/download/caniuse-api-3.0.0.tgz",  "_spec": "3.0.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "authors": [    "nyalab",    "MoOx"  ],  "babel": {    "presets": [      "babel-preset-latest"    ]  },  "bugs": {    "url": "https://github.com/nyalab/caniuse-api/issues"  },  "dependencies": {    "browserslist": "^4.0.0",    "caniuse-lite": "^1.0.0",    "lodash.memoize": "^4.1.2",    "lodash.uniq": "^4.5.0"  },  "description": "request the caniuse data to check browsers compatibilities",  "devDependencies": {    "babel-cli": "^6.22.2",    "babel-eslint": "^5.0.0",    "babel-preset-latest": "^6.22.0",    "babel-tape-runner": "^2.0.1",    "jshint": "^2.5.10",    "npmpub": "^3.1.0",    "tap-spec": "^4.1.1",    "tape": "^4.6.0"  },  "files": [    "dist"  ],  "homepage": "https://github.com/nyalab/caniuse-api#readme",  "keywords": [    "caniuse",    "browserslist"  ],  "license": "MIT",  "main": "dist/index.js",  "name": "caniuse-api",  "repository": {    "type": "git",    "url": "git+https://github.com/nyalab/caniuse-api.git"  },  "scripts": {    "build": "babel src --out-dir dist",    "lint": "jshint src",    "prepublish": "npm run build",    "release": "npmpub",    "test": "npm run lint && babel-tape-runner test/*.js | tap-spec"  },  "version": "3.0.0"}
 |