HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/react-clientside-effect/package.json
{
  "name": "react-clientside-effect",
  "version": "1.2.5",
  "description": "Create components whose prop changes map to a global side effect",
  "main": "lib/index.js",
  "module": "lib/index.es.js",
  "scripts": {
    "build": "node scripts/build.js",
    "clean": "rimraf lib",
    "prepare": "npm test && npm run clean && npm run build",
    "test": "mocha",
    "test:watch": "mocha --watch",
    "test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thekashey/react-clientside-effect.git"
  },
  "keywords": [
    "react",
    "component",
    "side",
    "effect"
  ],
  "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thekashey/react-clientside-effect/issues"
  },
  "homepage": "https://github.com/thekashey/react-clientside-effect",
  "contributors": [
    "Louis DeScioli <louis.descioli@gmail.com>"
  ],
  "peerDependencies": {
    "react": "^15.3.0 || ^16.0.0 || ^17.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.13"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.13",
    "@babel/core": "^7.12.13",
    "@babel/node": "^7.12.13",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.13",
    "@babel/plugin-transform-runtime": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "@babel/preset-react": "^7.12.13",
    "@babel/register": "^7.12.13",
    "babel-plugin-add-module-exports": "^0.2.1",
    "chai": "^3.2.0",
    "enzyme": "^2.7.0",
    "exenv": "^1.2.2",
    "gzip-size": "^4.1.0",
    "isparta": "^4.0.0",
    "jsdom": "^11.12.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^3.2.0",
    "pretty-bytes": "^4.0.2",
    "react": "^15.4.2",
    "react-addons-test-utils": "^15.4.2",
    "react-dom": "^15.4.2",
    "rimraf": "^2.4.3",
    "rollup": "^0.67.1",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-node-resolve": "^3.0.3",
    "rollup-plugin-uglify": "^3.0.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib/"
  ]
}