| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "util@0.10.3",
- "D:\\projects\\dealer_front"
- ]
- ],
- "_development": true,
- "_from": "util@0.10.3",
- "_id": "util@0.10.3",
- "_inBundle": false,
- "_integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
- "_location": "/util",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "util@0.10.3",
- "name": "util",
- "escapedName": "util",
- "rawSpec": "0.10.3",
- "saveSpec": null,
- "fetchSpec": "0.10.3"
- },
- "_requiredBy": [
- "/assert",
- "/node-libs-browser"
- ],
- "_resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
- "_spec": "0.10.3",
- "_where": "D:\\projects\\dealer_front",
- "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",
- "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"
- }
|