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/monocle-ts/package.json
{
  "name": "monocle-ts",
  "version": "1.7.2",
  "description": "A porting of scala monocle library to TypeScript",
  "files": [
    "lib",
    "es6"
  ],
  "main": "lib/index.js",
  "module": "es6/index.js",
  "typings": "lib/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "lint": "tslint -p tsconfig.tslint.json src/**/*.ts test/**/*.ts",
    "jest": "jest",
    "jest-coverage": "jest --ci --coverage",
    "prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different \"{src,test,examples}/**/*.ts\"",
    "fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --write \"{src,test,examples}/**/*.ts\"",
    "test": "npm run prettier && npm run lint && npm run dtslint && npm run jest && npm run docs",
    "clean": "rimraf lib/* es6/*",
    "build": "npm run clean && tsc && tsc -p tsconfig.es6.json",
    "prepublish": "npm run build",
    "docs-fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser markdown --write \"README.md\"",
    "dtslint": "dtslint dtslint",
    "mocha": "TS_NODE_CACHE=false mocha -r ts-node/register test/*.ts",
    "docs": "docs-ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gcanti/monocle-ts.git"
  },
  "author": "Giulio Canti <giulio.canti@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gcanti/monocle-ts/issues"
  },
  "homepage": "https://github.com/gcanti/monocle-ts",
  "peerDependencies": {
    "fp-ts": "^1.11.0"
  },
  "devDependencies": {
    "@types/jest": "22.2.2",
    "@types/node": "7.0.4",
    "docs-ts": "github:gcanti/docs-ts",
    "dtslint": "github:gcanti/dtslint",
    "jest": "^24.3.0",
    "mocha": "^5.2.0",
    "prettier": "^1.15.3",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.0",
    "ts-node": "^8.0.2",
    "tslint": "^5.12.1",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.3.1",
    "fp-ts": "^1.11.0"
  },
  "tags": [
    "typescript",
    "functional-programming",
    "optics",
    "lens",
    "fp-ts"
  ],
  "keywords": [
    "typescript",
    "functional-programming",
    "optics",
    "lens",
    "fp-ts"
  ],
  "jest": {
    "collectCoverage": true,
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "test",
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "testPathIgnorePatterns": [
      "helpers.ts"
    ]
  }
}