109 lines
3.4 KiB
JSON
109 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-loading-overlay@1.0.1",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_from": "react-loading-overlay@1.0.1",
|
|
"_id": "react-loading-overlay@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aUjtZ8tNXBSx+MbD2SQs0boPbeTAGTh+I5U9nWjDzMasKlYr58RJpr57c8W7uApeLpOkAGbInExRi6GamNC2bA==",
|
|
"_location": "/react-loading-overlay",
|
|
"_phantomChildren": {
|
|
"@babel/runtime": "7.7.4",
|
|
"loose-envify": "1.4.0",
|
|
"prop-types": "15.7.2",
|
|
"react-lifecycles-compat": "3.0.4"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-loading-overlay@1.0.1",
|
|
"name": "react-loading-overlay",
|
|
"escapedName": "react-loading-overlay",
|
|
"rawSpec": "1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-loading-overlay/-/react-loading-overlay-1.0.1.tgz",
|
|
"_spec": "1.0.1",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"author": {
|
|
"name": "Derrick Pelletier",
|
|
"email": "derrick@dpelletier.com",
|
|
"url": "http://dpelletier.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/derrickpelletier/react-loading-overlay/issues"
|
|
},
|
|
"dependencies": {
|
|
"emotion": "^10.0.1",
|
|
"prop-types": "^15.6.2",
|
|
"react-transition-group": "^2.5.0"
|
|
},
|
|
"description": "Loading overlays with fade, spinner, message support.",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.1.0",
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
|
"@babel/plugin-syntax-class-properties": "^7.1.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@storybook/addon-actions": "^4.0.10",
|
|
"@storybook/react": "^4.0.10",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^23.6.0",
|
|
"babel-loader": "^8.0.4",
|
|
"jest": "^23.6.0",
|
|
"react": "^16.6.3",
|
|
"react-addons-test-utils": "^15.6.2",
|
|
"react-dom": "^16.6.3",
|
|
"react-testing-library": "^5.3.1",
|
|
"regenerator-runtime": "^0.13.1",
|
|
"rimraf": "^2.6.2",
|
|
"standard": "^12.0.1",
|
|
"styled-components": "^4.1.2",
|
|
"webpack": "^4.26.1",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"homepage": "https://github.com/derrickpelletier/react-loading-overlay#readme",
|
|
"keywords": [
|
|
"react",
|
|
"loading",
|
|
"loader",
|
|
"fade",
|
|
"transition",
|
|
"spinner"
|
|
],
|
|
"main": "lib/LoadingOverlay.js",
|
|
"name": "react-loading-overlay",
|
|
"peerDependencies": {
|
|
"react": "^0.14 || ^15.0.0-rc || ^15.0 || ^16.0.0 || ^16.0",
|
|
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0 || ^16.0.0 || ^16.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/derrickpelletier/react-loading-overlay.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min",
|
|
"build-cjs": "rimraf lib && babel ./src -d lib",
|
|
"build-es6": "rimraf es6 && babel ./src -d es6 --blacklist=es6.modules",
|
|
"build-min": "NODE_ENV=production webpack src/LoadingOverlay.js -o umd/LoadingOverlay.min.js",
|
|
"build-umd": "NODE_ENV=development webpack src/LoadingOverlay.js -o umd/LoadingOverlay.js",
|
|
"lint": "standard",
|
|
"lint-fix": "standard --fix",
|
|
"storybook": "start-storybook -p 9001",
|
|
"test": "jest"
|
|
},
|
|
"standard": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|