PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/nise
Просмотр файла: package.json
{
"name": "nise",
"version": "1.5.3",
"description": "Fake XHR and server",
"keywords": [
"test",
"testing",
"fake",
"mock",
"xhr",
"server"
],
"repository": {
"type": "git",
"url": "http://github.com/sinonjs/nise.git"
},
"main": "lib/index.js",
"module": "nise.js",
"scripts": {
"bundle": "browserify --no-detect-globals -s nise -o nise.js lib/index.js",
"lint": "eslint .",
"prepublish": "npm run bundle",
"prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"test": "mocha lib/**/*.test.js",
"test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot",
"test:headless": "mochify --https-server --plugin [ proxyquire-universal ] --no-detect-globals test/global-hack.js lib/**/*.test.js"
},
"browser": {
"jsdom": false,
"jsdom-global": false,
"@sinonjs/text-encoding": false
},
"author": "",
"license": "BSD-3-Clause",
"nyc": {
"exclude": [
"nise.js",
"coverage/**",
"**/*.test.js"
]
},
"files": [
"nise.js",
"lib/**/*.js"
],
"devDependencies": {
"@sinonjs/referee": "^3.2.0",
"browserify": "^16.2.3",
"eslint": "^6.1.0",
"eslint-config-sinon": "^1.0.1",
"eslint-plugin-ie11": "1.0.0",
"eslint-plugin-mocha": "^6.1.1",
"husky": "^3.0.7",
"jsdom": "^15.1.1",
"jsdom-global": "3.0.2",
"mocha": "^6.2.0",
"mochify": "^6.6.0",
"nyc": "^14.1.1",
"proxyquire": "^1.8.0",
"proxyquire-universal": "^2.1.0",
"proxyquireify": "^3.2.1",
"sinon": "^7.3.2"
},
"dependencies": {
"@sinonjs/formatio": "^3.2.1",
"@sinonjs/text-encoding": "^0.7.1",
"just-extend": "^4.0.2",
"lolex": "^5.0.1",
"path-to-regexp": "^1.7.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint -- --fix && npm run test",
"pre-push": "npm run lint && npm run test"
}
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!