HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/object-hash/package.json
{
  "name": "object-hash",
  "version": "0.3.0",
  "description": "Generate hashes from javascript objects in node and the browser.",
  "homepage": "https://github.com/puleos/object-hash",
  "repository": {
    "type": "git",
    "url": "https://github.com/puleos/object-hash"
  },
  "keywords": [
    "object",
    "hash",
    "sha1",
    "md5"
  ],
  "bugs": {
    "url": "https://github.com/puleos/object-hash/issues"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done"
  },
  "author": "Scott Puleo <puleos@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "tape": "~2.10.2",
    "gulp": "~3.5.5",
    "gulp-jshint": "~1.5.0",
    "gulp-browserify": "~0.4.6",
    "jshint-stylish": "~0.1.5",
    "gulp-exec": "~1.0.4",
    "gulp-uglify": "~0.2.1",
    "gulp-rename": "~1.2.0"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/9..latest",
      "chrome/22..latest",
      "firefox/16..latest",
      "safari/latest",
      "opera/12.0..latest",
      "iphone/6",
      "ipad/6",
      "android-browser/latest"
    ]
  }
}