PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/lolex

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

{
  "name": "lolex",
  "description": "Fake JavaScript timers",
  "version": "2.7.5",
  "homepage": "http://github.com/sinonjs/lolex",
  "author": "Christian Johansen",
  "repository": {
    "type": "git",
    "url": "http://github.com/sinonjs/lolex.git"
  },
  "bugs": {
    "mail": "christian@cjohansen.no",
    "url": "http://github.com/sinonjs/lolex/issues"
  },
  "license": "BSD-3-Clause",
  "scripts": {
    "lint": "eslint .",
    "test-node": "mocha test/ integration-test/ -R dot --check-leaks",
    "test-headless": "mochify",
    "test-cloud": "mochify --wd",
    "test": "npm run lint && npm run test-node && npm run test-headless",
    "bundle": "browserify -s lolex -o lolex.js src/lolex-src.js",
    "prepublishOnly": "npm run bundle",
    "precommit": "run-p lint test-node"
  },
  "lint-staged": {
    "*.js": "eslint"
  },
  "files": [
    "src/",
    "lolex.js"
  ],
  "devDependencies": {
    "@sinonjs/referee-sinon": "4.1.0",
    "browserify": "16.2.0",
    "eslint": "4.19.1",
    "eslint-config-sinon": "1.0.3",
    "eslint-plugin-ie11": "1.0.0",
    "eslint-plugin-mocha": "4.11.0",
    "husky": "0.14.3",
    "jsdom": "11.10.0",
    "lint-staged": "7.0.4",
    "mocha": "5.1.0",
    "mochify": "5.8.0",
    "npm-run-all": "4.1.2"
  },
  "eslintConfig": {
    "extends": "eslint-config-sinon",
    "plugins": [
      "ie11"
    ],
    "rules": {
      "ie11/no-collection-args": [
        "error"
      ],
      "ie11/no-for-in-const": [
        "error"
      ],
      "ie11/no-loop-func": [
        "warn"
      ],
      "ie11/no-weak-collections": [
        "error"
      ]
    }
  },
  "module": "./lolex.js",
  "main": "./src/lolex-src.js",
  "dependencies": {}
}

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


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