7fife-backend/node_modules/util/package.json

36 lines
696 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
"author": {
"name": "Joyent",
"url": "http://www.joyent.com"
},
2024-03-11 12:29:54 +00:00
"name": "util",
2024-03-07 13:01:44 +00:00
"description": "Node.JS util module",
"keywords": [
"util"
],
2024-03-11 12:29:54 +00:00
"version": "0.10.4",
"homepage": "https://github.com/defunctzombie/node-util",
2024-03-07 13:01:44 +00:00
"repository": {
"type": "git",
2024-03-11 12:29:54 +00:00
"url": "git://github.com/defunctzombie/node-util"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"main": "./util.js",
"files": [
"util.js",
"support"
],
2024-03-07 13:01:44 +00:00
"scripts": {
"test": "node test/node/*.js && zuul test/browser/*.js"
},
2024-03-11 12:29:54 +00:00
"dependencies": {
"inherits": "2.0.3"
},
"license": "MIT",
"devDependencies": {
"zuul": "~1.0.9"
},
"browser": {
"./support/isBuffer.js": "./support/isBufferBrowser.js"
}
2024-03-07 13:01:44 +00:00
}