motion
Version:
motion - moving development forward
66 lines (65 loc) • 2.11 kB
JSON
{
"_args": [
[
"util@https://registry.npmjs.org/util/-/util-0.10.3.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "util@>=0.10.3 <0.11.0",
"_id": "util@0.10.3",
"_inCache": true,
"_location": "/util",
"_phantomChildren": {},
"_requested": {
"name": "util",
"raw": "util@https://registry.npmjs.org/util/-/util-0.10.3.tgz",
"rawSpec": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
"type": "remote"
},
"_requiredBy": [
"/assert",
"/node-libs-browser"
],
"_resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
"_shasum": "7afb1afe50805246489e3db7fe0ed379336ac0f9",
"_shrinkwrap": null,
"_spec": "util@https://registry.npmjs.org/util/-/util-0.10.3.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"name": "Joyent",
"url": "http://www.joyent.com"
},
"browser": {
"./support/isBuffer.js": "./support/isBufferBrowser.js"
},
"bugs": {
"url": "https://github.com/defunctzombie/node-util/issues"
},
"dependencies": {
"inherits": "2.0.1"
},
"description": "Node.JS util module",
"devDependencies": {
"zuul": "~1.0.9"
},
"homepage": "https://github.com/defunctzombie/node-util",
"keywords": [
"util"
],
"license": "MIT",
"main": "./util.js",
"name": "util",
"optionalDependencies": {},
"readme": "# util\n\n[](https://travis-ci.org/defunctzombie/node-util)\n\nnode.js [util](http://nodejs.org/api/util.html) module as a module\n\n## install via [npm](npmjs.org)\n\n```shell\nnpm install util\n```\n\n## browser support\n\nThis module also works in modern browsers. If you need legacy browser support you will need to polyfill ES5 features.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/defunctzombie/node-util.git"
},
"scripts": {
"test": "node test/node/*.js && zuul test/browser/*.js"
},
"version": "0.10.3"
}