package.json (2431B)
1 { 2 "_from": "uuid@^3.3.2", 3 "_id": "uuid@3.4.0", 4 "_inBundle": false, 5 "_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", 6 "_location": "/uuid", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "uuid@^3.3.2", 12 "name": "uuid", 13 "escapedName": "uuid", 14 "rawSpec": "^3.3.2", 15 "saveSpec": null, 16 "fetchSpec": "^3.3.2" 17 }, 18 "_requiredBy": [ 19 "/request" 20 ], 21 "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", 22 "_shasum": "b23e4358afa8a202fe7a100af1f5f883f02007ee", 23 "_spec": "uuid@^3.3.2", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/request", 25 "bin": { 26 "uuid": "bin/uuid" 27 }, 28 "browser": { 29 "./lib/rng.js": "./lib/rng-browser.js", 30 "./lib/sha1.js": "./lib/sha1-browser.js", 31 "./lib/md5.js": "./lib/md5-browser.js" 32 }, 33 "bugs": { 34 "url": "https://github.com/uuidjs/uuid/issues" 35 }, 36 "bundleDependencies": false, 37 "commitlint": { 38 "extends": [ 39 "@commitlint/config-conventional" 40 ] 41 }, 42 "contributors": [ 43 { 44 "name": "Robert Kieffer", 45 "email": "robert@broofa.com" 46 }, 47 { 48 "name": "Christoph Tavan", 49 "email": "dev@tavan.de" 50 }, 51 { 52 "name": "AJ ONeal", 53 "email": "coolaj86@gmail.com" 54 }, 55 { 56 "name": "Vincent Voyer", 57 "email": "vincent@zeroload.net" 58 }, 59 { 60 "name": "Roman Shtylman", 61 "email": "shtylman@gmail.com" 62 } 63 ], 64 "deprecated": false, 65 "description": "RFC4122 (v1, v4, and v5) UUIDs", 66 "devDependencies": { 67 "@commitlint/cli": "~8.2.0", 68 "@commitlint/config-conventional": "~8.2.0", 69 "eslint": "~6.4.0", 70 "husky": "~3.0.5", 71 "mocha": "6.2.0", 72 "runmd": "1.2.1", 73 "standard-version": "7.0.0" 74 }, 75 "homepage": "https://github.com/uuidjs/uuid#readme", 76 "husky": { 77 "hooks": { 78 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" 79 } 80 }, 81 "keywords": [ 82 "uuid", 83 "guid", 84 "rfc4122" 85 ], 86 "license": "MIT", 87 "name": "uuid", 88 "repository": { 89 "type": "git", 90 "url": "git+https://github.com/uuidjs/uuid.git" 91 }, 92 "scripts": { 93 "lint": "eslint .", 94 "md": "runmd --watch --output=README.md README_js.md", 95 "prepare": "runmd --output=README.md README_js.md", 96 "release": "standard-version", 97 "test": "npm run lint && mocha test/test.js" 98 }, 99 "version": "3.4.0" 100 }