1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "node-object-hash@^1.2.0",
- "_id": "node-object-hash@1.4.2",
- "_inBundle": false,
- "_integrity": "sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==",
- "_location": "/node-object-hash",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "node-object-hash@^1.2.0",
- "name": "node-object-hash",
- "escapedName": "node-object-hash",
- "rawSpec": "^1.2.0",
- "saveSpec": null,
- "fetchSpec": "^1.2.0"
- },
- "_requiredBy": [
- "/hard-source-webpack-plugin"
- ],
- "_resolved": "https://registry.npmjs.org/node-object-hash/-/node-object-hash-1.4.2.tgz",
- "_shasum": "385833d85b229902b75826224f6077be969a9e94",
- "_spec": "node-object-hash@^1.2.0",
- "_where": "H:\\gs_nuxt\\node_modules\\hard-source-webpack-plugin",
- "author": {
- "name": "Alexander Kureniov",
- "email": "s@zxc.pp.ua",
- "url": "https://github.com/SkeLLLa"
- },
- "bugs": {
- "url": "https://github.com/SkeLLLa/node-object-hash/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|