X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fglobal%2Fpackage.json;fp=node_modules%2Fglobal%2Fpackage.json;h=dfc946a4dc9e1180eb8394fe88412f71045ea474;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/global/package.json b/node_modules/global/package.json new file mode 100644 index 000000000..dfc946a4d --- /dev/null +++ b/node_modules/global/package.json @@ -0,0 +1,130 @@ +{ + "_args": [ + [ + "global@4.3.0", + "/var/www/yaffs/node_modules/video.js" + ] + ], + "_from": "global@4.3.0", + "_id": "global@4.3.0", + "_inCache": true, + "_installable": true, + "_location": "/global", + "_npmUser": { + "email": "raynos2@gmail.com", + "name": "raynos" + }, + "_npmVersion": "1.4.23", + "_phantomChildren": {}, + "_requested": { + "name": "global", + "raw": "global@4.3.0", + "rawSpec": "4.3.0", + "scope": null, + "spec": "4.3.0", + "type": "version" + }, + "_requiredBy": [ + "/video.js", + "/xhr" + ], + "_resolved": "https://registry.npmjs.org/global/-/global-4.3.0.tgz", + "_shasum": "ef7ec4beead579b454f5ebd5e7f303db54f42a2b", + "_shrinkwrap": null, + "_spec": "global@4.3.0", + "_where": "/var/www/yaffs/node_modules/video.js", + "author": { + "email": "raynos2@gmail.com", + "name": "Raynos" + }, + "browser": { + "individual": false, + "min-document": false + }, + "bugs": { + "email": "raynos2@gmail.com", + "url": "https://github.com/Raynos/global/issues" + }, + "contributors": [ + { + "name": "Raynos" + } + ], + "dependencies": { + "min-document": "^2.6.1", + "process": "~0.5.1" + }, + "description": "Require global variables", + "devDependencies": { + "tape": "^2.12.0" + }, + "directories": {}, + "dist": { + "shasum": "ef7ec4beead579b454f5ebd5e7f303db54f42a2b", + "tarball": "https://registry.npmjs.org/global/-/global-4.3.0.tgz" + }, + "gitHead": "b089724e7378fee6a7efda13f858577f34633ca8", + "homepage": "https://github.com/Raynos/global", + "keywords": [], + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/Raynos/global/raw/master/LICENSE" + } + ], + "main": "window.js", + "maintainers": [ + { + "name": "raynos", + "email": "raynos2@gmail.com" + }, + { + "name": "mattesch", + "email": "matt@mattesch.info" + }, + { + "name": "jerrysievert", + "email": "code@legitimatesounding.com" + } + ], + "name": "global", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/Raynos/global.git" + }, + "scripts": { + "build": "browserify test/index.js -o test/static/bundle.js", + "test": "node ./test", + "testem": "testem" + }, + "testling": { + "browsers": { + "chrome": [ + "22", + "23", + "canary" + ], + "firefox": [ + "16", + "17", + "nightly" + ], + "ie": [ + "10", + "8", + "9" + ], + "opera": [ + "12", + "next" + ], + "safari": [ + "5.1" + ] + }, + "files": "test/index.js" + }, + "version": "4.3.0" +}