package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "node-object-hash@^1.2.0",
  3. "_id": "node-object-hash@1.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==",
  6. "_location": "/node-object-hash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-object-hash@^1.2.0",
  12. "name": "node-object-hash",
  13. "escapedName": "node-object-hash",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/hard-source-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-object-hash/-/node-object-hash-1.4.2.tgz",
  22. "_shasum": "385833d85b229902b75826224f6077be969a9e94",
  23. "_spec": "node-object-hash@^1.2.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\hard-source-webpack-plugin",
  25. "author": {
  26. "name": "Alexander Kureniov",
  27. "email": "s@zxc.pp.ua",
  28. "url": "https://github.com/SkeLLLa"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/SkeLLLa/node-object-hash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
  36. "devDependencies": {
  37. "@types/node": "^10.0.0",
  38. "benchmark": "^2.1.4",
  39. "chai": "^4.1.2",
  40. "eslint": "^4.19.1",
  41. "eslint-config-google": "^0.9.1",
  42. "faker": "^4.1.0",
  43. "hash-object": "^0.1.7",
  44. "istanbul": "^0.4.5",
  45. "jsdoc-to-markdown": "^4.0.0",
  46. "mocha": "^5.2.0",
  47. "object-hash": "^1.3.0",
  48. "typescript": "^3.2.4"
  49. },
  50. "directories": {
  51. "test": "test"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "homepage": "https://github.com/SkeLLLa/node-object-hash",
  57. "keywords": [
  58. "hash",
  59. "object",
  60. "hash-object",
  61. "object-hash",
  62. "es6",
  63. "crypto"
  64. ],
  65. "license": "ISC",
  66. "main": "index.js",
  67. "name": "node-object-hash",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+ssh://git@github.com/SkeLLLa/node-object-hash.git"
  71. },
  72. "scripts": {
  73. "bench": "node --expose-gc ./bench/index.js",
  74. "bench2": "node --expose-gc ./bench/bench.js",
  75. "cover": "istanbul cover _mocha",
  76. "jsdoc": "jsdoc2md -t ./README.hbs --private 'objectSorter.js' 'index.js' > README.md && jsdoc2md --private 'objectSorter.js' 'index.js' > API.md",
  77. "lint": "eslint .",
  78. "outdated": "npm outdate || true",
  79. "test": "mocha",
  80. "tsc": "tsc index.d.ts objectSorter.d.ts --noImplicitAny"
  81. },
  82. "version": "1.4.2"
  83. }