package.json (3443B)
1 { 2 "_args": [ 3 [ 4 "util@^0.10.3", 5 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/path" 6 ] 7 ], 8 "_from": "util@>=0.10.3 <0.11.0", 9 "_hasShrinkwrap": false, 10 "_id": "util@0.10.4", 11 "_inCache": true, 12 "_installable": true, 13 "_location": "/util", 14 "_nodeVersion": "10.3.0", 15 "_npmOperationalInternal": { 16 "host": "s3://npm-registry-packages", 17 "tmp": "tmp/util_0.10.4_1528061603804_0.9595471831761384" 18 }, 19 "_npmUser": { 20 "email": "renee@kooi.me", 21 "name": "goto-bus-stop" 22 }, 23 "_npmVersion": "6.1.0", 24 "_phantomChildren": {}, 25 "_requested": { 26 "name": "util", 27 "raw": "util@^0.10.3", 28 "rawSpec": "^0.10.3", 29 "scope": null, 30 "spec": ">=0.10.3 <0.11.0", 31 "type": "range" 32 }, 33 "_requiredBy": [ 34 "/path" 35 ], 36 "_resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", 37 "_shasum": "3aa0125bfe668a4672de58857d3ace27ecb76901", 38 "_shrinkwrap": null, 39 "_spec": "util@^0.10.3", 40 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/path", 41 "author": { 42 "name": "Joyent", 43 "url": "http://www.joyent.com" 44 }, 45 "browser": { 46 "./support/isBuffer.js": "./support/isBufferBrowser.js" 47 }, 48 "bugs": { 49 "url": "https://github.com/defunctzombie/node-util/issues" 50 }, 51 "dependencies": { 52 "inherits": "2.0.3" 53 }, 54 "description": "Node.JS util module", 55 "devDependencies": { 56 "zuul": "~1.0.9" 57 }, 58 "directories": {}, 59 "dist": { 60 "fileCount": 6, 61 "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", 62 "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFF6kCRA9TVsSAnZWagAAaiUP/jEDGXGQ9fB0vw5eOErV\nGQRbp6UN3uox9XNFtUu8VWWDjfPMoEfkg7vblnwznueMycDzcS4Nb87iIO0E\nzSC/x/ytI5Vt0tZJ3cb52aQpP+Hmcz6s5E5mLVQyRAFOFtx9GMN/IYlYNPRO\npFs4g4ICPdxxCSEeqnj3EucmEH5NiUkD6NGgs5fCsxIBMCfCdh/0LOzmbIC3\nUIwzdd/CyFW8PBR5v64Pc2SfpaK8lidg+8ieaglaaYsisUzuGYjcRC7nJ9y7\n7eVnasRGuitotXUO48E3Z8j0lR3/HuG6WEIimC5rGEZdMx9iqRnB8K3X9okq\nKvm4hTnRuvIemzGUF44r4mx8twgrR9/RLvZLo+kCg5v9ayPAMOauJTtnSwHO\nNFCoOWK89WOSdTZ8wXiBnUoon5iM18pSB1i4Nl+WQDqiJdPOo0rZxFwdLa6i\nhdqE+34fjw21QXUNZz99d5Z8qIjNVQxc0tQ9dNW87Kn5Insn4pvaVfJjuK02\nVOfv1fVFzs6LubDP8aphqeGv/gchR3KfGzYSiA4Yb7bY5sedMvE9rE4SH5Gg\nsDzjDeYDC9r8YsFOGkovdF5rNoVVXSntAUSIwW31X5CGd48xW/4Q/qhrl4Op\nQZNuK4PxOH2lCKUNg+keLYCevxT/9w8V7pv0b0Nu2JEe5EWGJ+CIOx1Y5G6J\n2s++\r\n=f4Zj\r\n-----END PGP SIGNATURE-----\r\n", 63 "shasum": "3aa0125bfe668a4672de58857d3ace27ecb76901", 64 "tarball": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", 65 "unpackedSize": 18043 66 }, 67 "files": [ 68 "support", 69 "util.js" 70 ], 71 "gitHead": "4efa901ab644197688f2799a79d5b21e151fee21", 72 "homepage": "https://github.com/defunctzombie/node-util", 73 "keywords": [ 74 "util" 75 ], 76 "license": "MIT", 77 "main": "./util.js", 78 "maintainers": [ 79 { 80 "name": "coolaj86", 81 "email": "coolaj86@gmail.com" 82 }, 83 { 84 "name": "defunctzombie", 85 "email": "shtylman@gmail.com" 86 }, 87 { 88 "name": "goto-bus-stop", 89 "email": "renee@kooi.me" 90 } 91 ], 92 "name": "util", 93 "optionalDependencies": {}, 94 "readme": "ERROR: No README data found!", 95 "repository": { 96 "type": "git", 97 "url": "git://github.com/defunctzombie/node-util.git" 98 }, 99 "scripts": { 100 "test": "node test/node/*.js && zuul test/browser/*.js" 101 }, 102 "version": "0.10.4" 103 }