blob: 577331d03c85985fd27440b9b929373977231f1f [file] [log] [blame]
{
"author": {
"name": "Joyent",
"url": "http://www.joyent.com"
},
"browser": {
"./support/isBuffer.js": "./support/isBufferBrowser.js"
},
"dependencies": {
"inherits": "^2.0.3",
"is-arguments": "^1.0.4",
"is-generator-function": "^1.0.7",
"object.entries": "^1.1.0",
"safe-buffer": "^5.1.2"
},
"description": "Node.js's util module for all engines",
"devDependencies": {
"airtap": "~1.0.0",
"is-async-supported": "~1.2.0",
"object.assign": "~4.1.0",
"run-series": "~1.1.4",
"tape": "~4.9.0"
},
"files": [
"util.js",
"support"
],
"homepage": "https://github.com/browserify/node-util",
"keywords": [
"util"
],
"license": "MIT",
"main": "./util.js",
"name": "util",
"repository": {
"type": "git",
"url": "git://github.com/browserify/node-util"
},
"scripts": {
"test": "node test/node/index.js",
"test:browsers": "airtap test/browser/index.js",
"test:browsers:local": "npm run test:browsers -- --local"
},
"version": "0.12.1"
}