X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fprocess%2Fpackage.json;fp=node_modules%2Fprocess%2Fpackage.json;h=6f027f922ceae7e76c3f3c08daba0bee9c787b40;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/process/package.json b/node_modules/process/package.json new file mode 100644 index 000000000..6f027f922 --- /dev/null +++ b/node_modules/process/package.json @@ -0,0 +1,73 @@ +{ + "_args": [ + [ + "process@~0.5.1", + "/var/www/yaffs/node_modules/global" + ] + ], + "_from": "process@>=0.5.1 <0.6.0", + "_id": "process@0.5.2", + "_inCache": true, + "_installable": true, + "_location": "/process", + "_npmUser": { + "email": "shtylman@gmail.com", + "name": "shtylman" + }, + "_npmVersion": "1.3.21", + "_phantomChildren": {}, + "_requested": { + "name": "process", + "raw": "process@~0.5.1", + "rawSpec": "~0.5.1", + "scope": null, + "spec": ">=0.5.1 <0.6.0", + "type": "range" + }, + "_requiredBy": [ + "/global" + ], + "_resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz", + "_shasum": "1638d8a8e34c2f440a91db95ab9aeb677fc185cf", + "_shrinkwrap": null, + "_spec": "process@~0.5.1", + "_where": "/var/www/yaffs/node_modules/global", + "author": { + "email": "shtylman@gmail.com", + "name": "Roman Shtylman" + }, + "browser": "./browser.js", + "bugs": { + "url": "https://github.com/shtylman/node-process/issues" + }, + "dependencies": {}, + "description": "process information for node.js and browsers", + "devDependencies": {}, + "directories": {}, + "dist": { + "shasum": "1638d8a8e34c2f440a91db95ab9aeb677fc185cf", + "tarball": "https://registry.npmjs.org/process/-/process-0.5.2.tgz" + }, + "engines": { + "node": ">= 0.6.0" + }, + "homepage": "https://github.com/shtylman/node-process", + "keywords": [ + "process" + ], + "main": "./index.js", + "maintainers": [ + { + "name": "shtylman", + "email": "shtylman@gmail.com" + } + ], + "name": "process", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/shtylman/node-process.git" + }, + "version": "0.5.2" +}