1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/des.js/package.json

62 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "des.js@^1.0.0",
"_id": "des.js@1.1.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==",
2023-12-18 13:12:25 +08:00
"_location": "/des.js",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "des.js@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "des.js",
"escapedName": "des.js",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/browserify-des"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/des.js/-/des.js-1.1.0.tgz",
"_shasum": "1d37f5766f3bbff4ee9638e871a8768c173b81da",
"_spec": "des.js@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\browserify-des",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"bugs": {
"url": "https://github.com/indutny/des.js/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "DES implementation",
"devDependencies": {
"jshint": "^2.8.0",
2024-01-16 21:26:16 +08:00
"mocha": "^10.2.0"
2023-12-18 13:12:25 +08:00
},
"homepage": "https://github.com/indutny/des.js#readme",
"keywords": [
"DES",
"3DES",
"EDE",
"CBC"
],
"license": "MIT",
"main": "lib/des.js",
"name": "des.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/des.js.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"test": "NODE_OPTIONS=--openssl-legacy-provider mocha --reporter=spec test/*-test.js"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "1.1.0"
2023-12-18 13:12:25 +08:00
}