File: /home/bishwesh/internstolearn.com/node_modules/bs-custom-file-input/package.json
{
"_from": "bs-custom-file-input@^1.3.2",
"_id": "bs-custom-file-input@1.3.2",
"_inBundle": false,
"_integrity": "sha512-lzgtGX2GDo7nUmsTCcTvYkCc35d3/E14h+HXmFKV8z2EJmtkMcvYT8BsWOjK67+ogZR3kc8OfH5O8APjvDUtFg==",
"_location": "/bs-custom-file-input",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bs-custom-file-input@^1.3.2",
"name": "bs-custom-file-input",
"escapedName": "bs-custom-file-input",
"rawSpec": "^1.3.2",
"saveSpec": null,
"fetchSpec": "^1.3.2"
},
"_requiredBy": [
"/admin-lte"
],
"_resolved": "https://registry.npmjs.org/bs-custom-file-input/-/bs-custom-file-input-1.3.2.tgz",
"_shasum": "c141c94071cc5e9ac4ea98479a1c204dd18e3b9a",
"_spec": "bs-custom-file-input@^1.3.2",
"_where": "D:\\webserver\\laragon\\www\\internstolearn\\node_modules\\admin-lte",
"author": {
"name": "Johann-S",
"email": "johann.servoire@gmail.com"
},
"bugs": {
"url": "https://github.com/Johann-S/bs-custom-file-input/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "XhmikosR",
"email": "xhmikosr@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "A little plugin for Bootstrap 4 custom file input",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.1",
"bootstrap": "^4.3.1",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"eslint": "^5.15.3",
"ip": "^1.1.5",
"karma": "^4.0.1",
"karma-browserstack-launcher": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"mocha": "^6.0.2",
"rollup": "^1.7.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-uglify": "^6.0.2",
"shx": "^0.3.2",
"sinon": "^7.3.1",
"standard-version": "^5.0.2"
},
"engines": {
"node": ">=8"
},
"files": [
"dist/*.{js,map}",
"bs-custom-file-input.d.ts"
],
"homepage": "https://github.com/Johann-S/bs-custom-file-input",
"keywords": [
"bootstrap",
"bootstrap 4",
"custom file input",
"vanillajs",
"react",
"angular"
],
"license": "MIT",
"main": "dist/bs-custom-file-input.js",
"name": "bs-custom-file-input",
"repository": {
"type": "git",
"url": "git+https://github.com/Johann-S/bs-custom-file-input.git"
},
"scripts": {
"browserstack": "npm run build && cross-env browser=true karma start tests/karma.conf.js",
"build": "rollup -c && rollup -c --environment PROD",
"coveralls": "shx cat tests/coverage/lcov.info | coveralls",
"deploy:docs": "shx cp -r dist/ demo/dist/",
"dev": "rollup --environment DEV -c -w",
"js-lint": "eslint .",
"js-test": "karma start tests/karma.conf.js",
"prejs-test": "rollup -c --environment TEST,NODE_ENV:test",
"release": "standard-version -a",
"test": "npm run js-lint && npm run js-test"
},
"standard-version": {
"scripts": {
"postbump": "npm run build",
"precommit": "git add dist"
}
},
"types": "bs-custom-file-input.d.ts",
"version": "1.3.2"
}