File: //opt/code/node_modules/vue-loader/node_modules/hash-sum/package.json
{
"name": "hash-sum",
"description": "Blazing fast unique hash generator",
"version": "1.0.2",
"homepage": "https://github.com/bevacqua/hash-sum",
"authors": [
"Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/hash-sum.git"
},
"bugs": {
"url": "https://github.com/bevacqua/hash-sum/issues"
},
"main": "hash-sum.js",
"scripts": {
"test": "jshint . && tape test.js"
},
"dependencies": {},
"devDependencies": {
"jshint": "2.5.0",
"jshint-stylish": "0.2.0",
"tape": "3.0.3"
},
"readme": "# hash-sum\n\n> blazing fast unique hash generator\n\n# install\n\n```shell\nnpm i hash-sum -S\n```\n\n# features\n\n- no dependencies\n- minimal footprint\n- works in all of node.js, io.js, and the browser\n- hashes functions based on their source code\n- produces different hashes for different object types\n- support for circular references in objects\n- ignores property assignment order\n\n# `sum(value)`\n\nyields a four-byte hexadecimal hash based off of `value`.\n\n```\n# creates unique hashes\n creates unique hashes\n4d237d49 from: [ 0, 1, 2, 3 ]\n766ec173 from: { url: 12 }\n2f473108 from: { headers: 12 }\n23308836 from: { headers: 122 }\n062bce44 from: { headers: '122' }\nacb9f66e from: { headers: { accept: 'text/plain' } }\n1c365a2d from: { payload: [ 0, 1, 2, 3 ], headers: [ { a: 'b' } ] }\n7319ae9d from: { a: [Function] }\n8a3a0e86 from: { b: [Function] }\nb6d7f5d4 from: { b: [Function] }\n6c95fc65 from: function () {}\n2941766e from: function (a) {}\n294f8def from: function (b) {}\n2d9c0cb8 from: function (a) { return a;}\ned5c63fc from: function (a) {return a;}\nbba68bf6 from: ''\n2d27667d from: 'null'\n774b96ed from: 'false'\n2d2a1684 from: 'true'\n8daa1a0c from: '0'\n8daa1a0a from: '1'\ne38f07cc from: 'void 0'\n6037ea1a from: 'undefined'\n9b7df12e from: null\n3c206f76 from: false\n01e34ba8 from: true\n1a96284a from: 0\n1a96284b from: 1\n29172c1a from: undefined\n4505230f from: {}\n3718c6e8 from: { a: {}, b: {} }\n5d844489 from: []\n938eaaf0 from: Tue Jul 14 2015 15:35:36 GMT-0300 (ART)\ndfe5fb2e from: global\nok 1 should be equal\n```\n\n# license\n\nMIT\n",
"readmeFilename": "readme.md",
"_id": "hash-sum@1.0.2",
"dist": {
"shasum": "c12639ac3b5a870091ba4f0044561e8435540e78"
},
"_from": "hash-sum@^1.0.2",
"_resolved": "http://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz"
}