PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-coin-algo/node_modules/sinon

Просмотр файла: package.json

{
  "name": "sinon",
  "description": "JavaScript test spies, stubs and mocks.",
  "version": "7.5.0",
  "homepage": "https://sinonjs.org/",
  "author": "Christian Johansen",
  "repository": {
    "type": "git",
    "url": "http://github.com/sinonjs/sinon.git"
  },
  "bugs": {
    "mail": "christian@cjohansen.no",
    "url": "http://github.com/sinonjs/sinon/issues"
  },
  "license": "BSD-3-Clause",
  "scripts": {
    "test-node": "mocha --recursive -R dot \"test/**/*-test.js\"",
    "test-dev": "npm run test-node -- --watch -R min",
    "test-headless": "mochify --recursive -R dot --grep WebWorker --invert --plugin [ proxyquire-universal ] \"test/**/*-test.js\"",
    "test-coverage": "nyc npm run test-headless -- --transform [ babelify --ignore [ test ] --plugins [ babel-plugin-istanbul ] ]",
    "test-cloud": "npm run test-headless -- --wd",
    "test-webworker": "mochify --https-server 8080 test/webworker/webworker-support-assessment.js",
    "test-esm": "mocha -r esm test/es2015/module-support-assessment-test.es6",
    "test-esm-bundle": "node test/es2015/check-esm-bundle-is-runnable.js",
    "test-docker-image": "docker-compose up",
    "test": "run-s test-node test-headless test-webworker test-esm",
    "check-dependencies": "dependency-check package.json --unused --no-dev --ignore-module coveralls --ignore-module esm",
    "build": "run-p build-esm build-bundle",
    "build-bundle": "node ./build.js",
    "build-esm": "rollup -c",
    "build-docs": "cd docs; bundle exec jekyll build",
    "serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose",
    "lint": "run-p lint-js lint-markdown",
    "lint-js": "eslint '**/*.{js,mjs}'",
    "lint-markdown": "find docs -type f -name '*.md' ! -name 'changelog.md' | xargs markdownlint",
    "precommit": "lint-staged",
    "pretest-webworker": "npm run build",
    "prebuild": "rimraf pkg && npm run check-dependencies",
    "postbuild": "run-s test-esm-bundle",
    "prepublishOnly": "npm run build",
    "prettier": "prettier lib/**/*.js test/**/*.js",
    "preversion": "./scripts/preversion.sh",
    "postversion": "./scripts/postversion.sh"
  },
  "nyc": {
    "instrument": false,
    "temp-dir": "coverage/.nyc_output",
    "reporter": [
      "text",
      "lcovonly"
    ]
  },
  "lint-staged": {
    "*.js": "eslint",
    "*.mjs": "eslint --ext mjs --parser-options=sourceType:module",
    "docs/**/*.md": "markdownlint"
  },
  "dependencies": {
    "@sinonjs/commons": "^1.4.0",
    "@sinonjs/formatio": "^3.2.1",
    "@sinonjs/samsam": "^3.3.3",
    "diff": "^3.5.0",
    "lolex": "^4.2.0",
    "nise": "^1.5.2",
    "supports-color": "^5.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@sinonjs/referee": "^3.2.0",
    "babel-plugin-istanbul": "^5.2.0",
    "babelify": "^10.0.0",
    "browserify": "^16.2.3",
    "dependency-check": "^2.9.1",
    "eslint": "^6.2.2",
    "eslint-config-prettier": "^3.6.0",
    "eslint-config-sinon": "^3.0.0",
    "eslint-plugin-ie11": "^1.0.0",
    "eslint-plugin-local-rules": "^0.1.0",
    "eslint-plugin-mocha": "^6.1.0",
    "eslint-plugin-prettier": "^3.1.0",
    "esm": "^3.2.25",
    "husky": "^0.14.2",
    "lint-staged": "^6.0.0",
    "markdownlint-cli": "^0.8.2",
    "mocha": "^6.2.0",
    "mochify": "^6.3.0",
    "native-promise-only": "^0.8.1",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.1",
    "prettier": "^1.18.2",
    "proxyquire": "^1.8.0",
    "proxyquire-universal": "^1.0.8",
    "proxyquireify": "^3.2.1",
    "puppeteer": "^1.19.0",
    "rimraf": "^2.6.3",
    "rollup": "^0.59.3",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^3.4.0"
  },
  "files": [
    "lib",
    "pkg",
    "scripts/support-sinon.js",
    "AUTHORS",
    "CONTRIBUTING.md",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "browser": "./lib/sinon.js",
  "main": "./lib/sinon.js",
  "module": "./pkg/sinon-esm.js",
  "cdn": "./pkg/sinon.js",
  "jsdelivr": "./pkg/sinon.js",
  "esm": {
    "cjs": {
      "mutableNamespace": false,
      "cache": true
    },
    "mode": "auto"
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!