You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

111 lines
3.8 KiB

{
"_args": [
[
"caniuse-api@^3.0.0",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-merge-rules"
]
],
"_from": "caniuse-api@>=3.0.0 <4.0.0",
"_id": "caniuse-api@3.0.0",
"_inCache": true,
"_installable": true,
"_location": "/caniuse-api",
"_nodeVersion": "10.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/caniuse-api_3.0.0_1531236243526_0.38971462699740145"
},
"_npmUser": {
"email": "sebastien.balayn@gmail.com",
"name": "nyalab"
},
"_npmVersion": "6.1.0",
"_phantomChildren": {},
"_requested": {
"name": "caniuse-api",
"raw": "caniuse-api@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-merge-rules",
"/postcss-reduce-initial"
],
"_resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
"_shasum": "5e4d90e2274961d46291997df599e3ed008ee4c0",
"_shrinkwrap": null,
"_spec": "caniuse-api@^3.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-merge-rules",
"authors": [
"MoOx",
"nyalab"
],
"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"
},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbRM+dCRA9TVsSAnZWagAAv70P/iTx0a7WL5YF+fo772q4\noVHaNPAwRZa44+RwtM9vJDeura2hgEExaVO8TA2lejlXOguZkK7D2XhLy83b\nAp2wtJieGElzmGxtLo7Mmo9CW4sES94+aNwkhp3W4ljFoepY01sxX3BKHZ8g\nJWii472xE5tpifxs5ac2eqoHC+QzpQtPk1lUZOZTe9CBrxo1GO/1Y4eQlijS\nEZAtKVb06ppDxFKyCya2IzOnuOfzHq3AcS49V+9C970eH3x9MqWSSOsg+nDV\npMB+kpg7u5PWl9NYGCrhw+mwC1i7Rju4kzbf1kbWIUg8DFu1Ayoqp73ny9ya\n0ZLIb4+I2FvuBGeIdHN2QZamWx7E4I5Kgoy+05Fr39lCqwajYOi/fsYi6NER\nBMvoIJ7safZJqz/agPP4RRbPkh3qF27CAoijnWVlV0CJEMBb+A9N1VrhYu2J\npRMsPw5cbdUbc/0DbKi7sOIl1GwLtDNCPnyOX4SzwOj76u+TUH0mI/QyMO2M\nHj5tStH5Qe6ugW8tKkPWmf90XVnyjdT1XesxUMQHX5tnfGHcAxEdkoow/Qda\n7giLmk/WfIwHPpTR8a7yNWyWy5URVLW47RjCp+7AFW7BF2CmVrz8ScNLDHie\nbU8jtKi5uoJnd9M3LIRMvcEkUA4qXXST1fDHVPTFS+9L4WCPrem2THJRUfjt\nIwu3\r\n=n7/Y\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "5e4d90e2274961d46291997df599e3ed008ee4c0",
"tarball": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
"unpackedSize": 12212
},
"files": [
"dist"
],
"gitHead": "1b74c10257e36877709da4f6630513db10203a78",
"homepage": "https://github.com/nyalab/caniuse-api#readme",
"keywords": [
"browserslist",
"caniuse"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "nyalab",
"email": "sebastien.balayn@gmail.com"
}
],
"name": "caniuse-api",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}