File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/objectFitPolyfill/package.json
{
"_args": [
[
"objectFitPolyfill@2.3.0",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_from": "objectFitPolyfill@2.3.0",
"_id": "objectFitPolyfill@2.3.0",
"_inBundle": false,
"_integrity": "sha512-VgF98xGs2upBxO6a4FKGEEip5kXQCYpIwrKSDQ6oyFvPAmTrm6nPD/Y/IetoHx62HE6N82hWvc7Tc0evEBkoyA==",
"_location": "/objectFitPolyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "objectFitPolyfill@2.3.0",
"name": "objectFitPolyfill",
"escapedName": "objectFitPolyfill",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/objectFitPolyfill/-/objectFitPolyfill-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Constance Chen",
"email": "github.com/constancecchen"
},
"bugs": {
"url": "https://github.com/constancecchen/object-fit-polyfill/issues"
},
"description": "A Javascript polyfill for browsers that don't support the object-fit CSS property",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"jest": "^24.5.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/constancecchen/object-fit-polyfill#readme",
"jest": {
"coveragePathIgnorePatterns": [
"<rootDir>/dist/",
"<rootDir>/tests/",
"<rootDir>/node_modules/"
]
},
"keywords": [
"object-fit",
"css",
"polyfill"
],
"license": "ISC",
"main": "dist/objectFitPolyfill.min.js",
"name": "objectFitPolyfill",
"repository": {
"type": "git",
"url": "git+https://github.com/constancecchen/object-fit-polyfill.git"
},
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.3.0"
}