PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/cross-sha256
Просмотр файла: package.json
{
"name": "cross-sha256",
"main": "index.js",
"description": "SHA-256 hash in pure javascript",
"version": "1.2.0",
"homepage": "https://github.com/zone117x/cross-sha256",
"repository": {
"type": "git",
"url": "git@github.com:zone117x/cross-sha256.git"
},
"browser": {
"crypto": false
},
"dependencies": {
"buffer": "^5.6.0"
},
"devDependencies": {
"@types/node": "^14.17.32",
"@types/source-map-support": "^0.5.4",
"@types/tape": "^4.13.0",
"hash-test-vectors": "^1.3.1",
"source-map-support": "^0.5.20",
"tape": "~2.3.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"scripts": {
"prepublishOnly": "npm run test && npm run build",
"build": "tsc",
"test": "ts-node-transpile-only test/index.ts",
"bench": "ts-node-transpile-only test/bench.ts"
},
"files": [
"index.ts",
"index.js",
"index.d.ts"
],
"author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
"license": "(MIT AND BSD-3-Clause)",
"release": {
"branches": [
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/changelog",
"@semantic-release/git"
]
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!