Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
flux-standard-action
/
Filename :
package.json
back
Copy
{ "name": "flux-standard-action", "version": "2.1.2", "description": "A human-friendly standard for Flux action objects", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "prebuild": "npm run clean", "build": "babel src --out-dir lib --copy-files", "precommit": "pretty-quick --staged", "clean": "rimraf lib/", "lint": "xo", "prepublishOnly": "npm run build", "pretest": "npm run lint", "test": "jest" }, "repository": { "type": "git", "url": "git://github.com/redux-utilities/flux-standard-action.git" }, "keywords": [ "flux", "redux", "actions", "fsa" ], "author": "Andrew Clark <acdlite@me.com>", "license": "MIT", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@types/jest": "^24.0.17", "@typescript-eslint/eslint-plugin": "^1.13.0", "babel-jest": "^24.8.0", "babel-plugin-lodash": "^3.3.4", "eslint-config-jest-files": "^0.1.3", "eslint-config-typescript-basic": "^1.0.2", "eslint-config-unicorn-camelcase": "^0.1.1", "eslint-plugin-prettier": "^3.1.0", "husky": "^0.14.3", "jest": "^24.8.0", "prettier": "^1.18.2", "pretty-quick": "^1.11.1", "rimraf": "^2.6.3", "ts-jest": "^24.0.2", "typescript": "^3.5.3", "typescript-eslint-parser": "^22.0.0", "xo": "^0.24.0" }, "dependencies": { "lodash.isplainobject": "^4.0.6", "lodash.isstring": "^4.0.1" }, "xo": { "prettier": true, "space": true, "extensions": [ ".ts" ], "extends": [ "jest-files", "typescript-basic", "unicorn-camelcase" ] }, "prettier": { "singleQuote": true, "bracketSpacing": true, "trailingComma": "none", "endOfLine": "auto" } }