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.
 
 
 

140 lines
4.6 KiB

{
"_args": [
[
"object.values@^1.1.0",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/svgo"
]
],
"_from": "object.values@>=1.1.0 <2.0.0",
"_hasShrinkwrap": false,
"_id": "object.values@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/object.values",
"_nodeVersion": "11.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/object.values_1.1.0_1546408112156_0.8028896537006116"
},
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "6.5.0-next.0",
"_phantomChildren": {},
"_requested": {
"name": "object.values",
"raw": "object.values@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.0.tgz",
"_shasum": "bf6810ef5da3e5325790eaaa2be213ea84624da9",
"_shrinkwrap": null,
"_spec": "object.values@^1.1.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/svgo",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/es-shims/Object.values/issues"
},
"dependencies": {
"define-properties": "^1.1.3",
"es-abstract": "^1.12.0",
"function-bind": "^1.1.1",
"has": "^1.0.3"
},
"description": "ES2017 spec-compliant Object.values shim.",
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^13.1.1",
"array-map": "^0.0.0",
"covert": "^1.1.1",
"eslint": "^5.11.1",
"object-keys": "^1.0.12",
"tape": "^4.9.2"
},
"directories": {},
"dist": {
"fileCount": 16,
"integrity": "sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLFCwCRA9TVsSAnZWagAAU0kP/1g/+EUvNLfX62+ykKez\nZlMT64CO4CRJ/1/Ams4ERtNdDWQugUNRrz++7oXkzLAU4t/LKZCyls1VTqFM\nxiOr0olZ0ebLQwxHCkangeLpVcByxOUz0sQtIE6XPQQ691CJEE/Zsy4g31lU\nECtrCqdxgjcT5ctJLP2Sz9vyGz/pfyQ7X9UZBWOyD3xAnQh87HucQtZoM0Fa\ngDDFVKXxOXMVNAOqVmMVoKBsqNkIb9U/6lkyCm9BZetHZrTWU8VyQlhfndLR\nxdZwGZKXFLH8DdAe/bJ451Anqlbo4OGNAsxYZzXAgbv4cZ/pRbP3oAXIix6P\noLecdlBcafO8D5CieVpQMmeXSSTUx7Kiu7T3FrkjMWsvUlmYtinsDA6osWZT\nY9Wd8IKfvgYjsKG2JvSE605/84Bo9z3DTQOQxBDF5Aa8rsa48ZaPUU+uI5Vh\neyqcJ7aYFlSDakrzJfapcQaVWy373b+hihBNJXhSPEjuF5p8/VT1zlNvoR10\nfyZYee39tct7/kxqXVSw/8ryKVUBo5GsE6JnzTD6fMM5thiHytHuizSzmrpC\nm0OhtdDbQD8a/5UZ8v3LJVl7UF+U2q4RUGqS/qAr3UKAHJA3K6UXRwUgDJVd\n7zYn38L4WxnKyAiQyg5xC7MpcFMNscuywaNgr1UzxRSAPwJL+7Q6xeW1LPvt\nKzjH\r\n=hGj0\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "bf6810ef5da3e5325790eaaa2be213ea84624da9",
"tarball": "https://registry.npmjs.org/object.values/-/object.values-1.1.0.tgz",
"unpackedSize": 20819
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "4d329533840278d1551293e93ff96ff82e6cd922",
"homepage": "https://github.com/es-shims/Object.values#readme",
"keywords": [
"ES2017",
"ES7",
"ES8",
"Object.entries",
"Object.keys",
"Object.values",
"entries",
"es-shim API",
"keys",
"object",
"polyfill",
"shim",
"values"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "object.values",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/es-shims/Object.values.git"
},
"scripts": {
"audit": "npm audit",
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"lint": "eslint .",
"postaudit": "rm package-lock.json",
"posttest": "npm run audit",
"preaudit": "npm install --package-lock --package-lock-only",
"pretest": "npm run --silent lint",
"test": "npm run --silent tests-only",
"test:module": "node test/index.js",
"test:shimmed": "node test/shimmed.js",
"tests-only": "es-shim-api && npm run --silent test:shimmed && npm run --silent test:module"
},
"testling": {
"browsers": [
"android-browser/4.2",
"chrome/20.0..latest",
"chrome/4.0..10.0",
"chrome/canary",
"firefox/15.0..latest",
"firefox/4.0..6.0",
"firefox/nightly",
"iexplore/9.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/11.6..latest",
"opera/next",
"safari/5.0..latest"
],
"files": "test/index.js"
},
"version": "1.1.0"
}