| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "author": {
- "name": "Joyent",
- "url": "http://www.joyent.com"
- },
- "name": "util",
- "description": "Node.JS util module",
- "keywords": [
- "util"
- ],
- "version": "0.10.3",
- "homepage": "https://github.com/defunctzombie/node-util",
- "repository": {
- "type": "git",
- "url": "git://github.com/defunctzombie/node-util"
- },
- "main": "./util.js",
- "scripts": {
- "test": "node test/node/*.js && zuul test/browser/*.js"
- },
- "dependencies": {
- "inherits": "2.0.1"
- },
- "license": "MIT",
- "devDependencies": {
- "zuul": "~1.0.9"
- },
- "browser": {
- "./support/isBuffer.js": "./support/isBufferBrowser.js"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
- "_from": "util@0.10.3",
- "_resolved": "https://registry.npm.taobao.org/util/download/util-0.10.3.tgz"
- }
|