mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-14 17:58:02 +00:00
larry babby and threejs for glsl
This commit is contained in:
21
webGl/my-threejs-test/node_modules/react-error-overlay/LICENSE
generated
vendored
Normal file
21
webGl/my-threejs-test/node_modules/react-error-overlay/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2013-present, Facebook, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
11
webGl/my-threejs-test/node_modules/react-error-overlay/README.md
generated
vendored
Normal file
11
webGl/my-threejs-test/node_modules/react-error-overlay/README.md
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# `react-error-overlay`
|
||||
|
||||
`react-error-overlay` is an overlay which displays when there is a runtime error.
|
||||
|
||||
## Development
|
||||
|
||||
When developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work.
|
||||
This is run in watch mode by default.
|
||||
|
||||
If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br>
|
||||
If you would like to build this one-off for development, you can run `NODE_ENV=development npm run build` (or `NODE_ENV=development yarn build`).
|
||||
1
webGl/my-threejs-test/node_modules/react-error-overlay/lib/index.js
generated
vendored
Normal file
1
webGl/my-threejs-test/node_modules/react-error-overlay/lib/index.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
91
webGl/my-threejs-test/node_modules/react-error-overlay/package.json
generated
vendored
Normal file
91
webGl/my-threejs-test/node_modules/react-error-overlay/package.json
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"name": "react-error-overlay",
|
||||
"version": "6.0.9",
|
||||
"description": "An overlay for displaying stack frames.",
|
||||
"main": "lib/index.js",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"start": "cross-env NODE_ENV=development node build.js --watch",
|
||||
"test": "cross-env NODE_ENV=test jest",
|
||||
"build": "cross-env NODE_ENV=development node build.js",
|
||||
"build:prod": "cross-env NODE_ENV=production node build.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/create-react-app.git",
|
||||
"directory": "packages/react-error-overlay"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/create-react-app/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"overlay",
|
||||
"syntax",
|
||||
"error",
|
||||
"red",
|
||||
"box",
|
||||
"redbox",
|
||||
"crash",
|
||||
"warning"
|
||||
],
|
||||
"author": "Joe Haddad <timer150@gmail.com>",
|
||||
"files": [
|
||||
"lib/index.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/code-frame": "7.10.4",
|
||||
"@babel/core": "7.12.3",
|
||||
"anser": "1.4.10",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^26.6.0",
|
||||
"babel-loader": "8.1.0",
|
||||
"babel-preset-react-app": "^10.0.0",
|
||||
"chalk": "2.4.2",
|
||||
"chokidar": "^3.4.3",
|
||||
"cross-env": "7.0.2",
|
||||
"eslint": "^7.11.0",
|
||||
"eslint-config-react-app": "^6.0.0",
|
||||
"eslint-plugin-flowtype": "^5.2.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jest": "^24.1.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"eslint-plugin-testing-library": "^3.9.2",
|
||||
"flow-bin": "^0.116.0",
|
||||
"html-entities": "1.3.1",
|
||||
"jest": "26.6.0",
|
||||
"jest-fetch-mock": "2.1.2",
|
||||
"object-assign": "4.1.1",
|
||||
"promise": "8.1.0",
|
||||
"raw-loader": "^4.0.2",
|
||||
"react": "^17.0.1",
|
||||
"react-app-polyfill": "^2.0.0",
|
||||
"react-dom": "^17.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"settle-promise": "1.0.0",
|
||||
"source-map": "0.5.7",
|
||||
"terser-webpack-plugin": "4.2.3",
|
||||
"webpack": "^4.44.2"
|
||||
},
|
||||
"jest": {
|
||||
"setupFiles": [
|
||||
"./src/__tests__/setupJest.js"
|
||||
],
|
||||
"collectCoverage": true,
|
||||
"coverageReporters": [
|
||||
"json"
|
||||
],
|
||||
"testMatch": [
|
||||
"<rootDir>/src/**/__tests__/**/*.js?(x)",
|
||||
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"/fixtures/",
|
||||
"setupJest.js"
|
||||
]
|
||||
},
|
||||
"gitHead": "9c752607bb1e96c9819a2eebc330c66909b819e0"
|
||||
}
|
||||
Reference in New Issue
Block a user