PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@sinonjs/formatio
Просмотр файла: package.json
{
"name": "@sinonjs/formatio",
"version": "3.2.2",
"description": "Human-readable object formatting",
"homepage": "https://sinonjs.github.io/formatio/",
"author": "Christian Johansen",
"license": "BSD-3-Clause",
"main": "./lib/formatio",
"repository": {
"type": "git",
"url": "https://github.com/sinonjs/formatio.git"
},
"files": [
"lib/**/*[^test].js"
],
"scripts": {
"build": "npm run build:dist-folder && npm run build:bundle",
"build:bundle": "rollup -c > dist/formatio.js",
"build:dist-folder": "mkdirp dist",
"lint": "eslint .",
"prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
"test": "mocha 'lib/**/*.test.js'",
"test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
},
"dependencies": {
"@sinonjs/commons": "^1",
"@sinonjs/samsam": "^3.1.0"
},
"devDependencies": {
"@sinonjs/referee": "^3.2.0",
"eslint": "^4.19.1",
"eslint-config-sinon": "^1.0.3",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-mocha": "^6.1.1",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"rollup": "0.65.2",
"rollup-plugin-commonjs": "9.1.6"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!