line_push/node_modules/node-object-hash/package.json
2022-07-17 13:16:16 +08:00

87 lines
2.4 KiB
JSON

{
"_args": [
[
"node-object-hash@1.4.2",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "node-object-hash@1.4.2",
"_id": "node-object-hash@1.4.2",
"_inBundle": false,
"_integrity": "sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==",
"_location": "/node-object-hash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-object-hash@1.4.2",
"name": "node-object-hash",
"escapedName": "node-object-hash",
"rawSpec": "1.4.2",
"saveSpec": null,
"fetchSpec": "1.4.2"
},
"_requiredBy": [
"/hard-source-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/node-object-hash/-/node-object-hash-1.4.2.tgz",
"_spec": "1.4.2",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Alexander Kureniov",
"email": "s@zxc.pp.ua",
"url": "https://github.com/SkeLLLa"
},
"bugs": {
"url": "https://github.com/SkeLLLa/node-object-hash/issues"
},
"description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
"devDependencies": {
"@types/node": "^10.0.0",
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"faker": "^4.1.0",
"hash-object": "^0.1.7",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^4.0.0",
"mocha": "^5.2.0",
"object-hash": "^1.3.0",
"typescript": "^3.2.4"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/SkeLLLa/node-object-hash",
"keywords": [
"hash",
"object",
"hash-object",
"object-hash",
"es6",
"crypto"
],
"license": "ISC",
"main": "index.js",
"name": "node-object-hash",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SkeLLLa/node-object-hash.git"
},
"scripts": {
"bench": "node --expose-gc ./bench/index.js",
"bench2": "node --expose-gc ./bench/bench.js",
"cover": "istanbul cover _mocha",
"jsdoc": "jsdoc2md -t ./README.hbs --private 'objectSorter.js' 'index.js' > README.md && jsdoc2md --private 'objectSorter.js' 'index.js' > API.md",
"lint": "eslint .",
"outdated": "npm outdate || true",
"test": "mocha",
"tsc": "tsc index.d.ts objectSorter.d.ts --noImplicitAny"
},
"version": "1.4.2"
}