{
	"name": "immediate",
	"versions": {
		"2.0.1": {
			"name": "immediate",
			"description": "A shim for the setImmediate efficient script yielding API",
			"version": "2.0.1",
			"author": {
				"name": "NobleJS"
			},
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/setImmediate.git"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/setImmediate/issues"
			},
			"main": "dist/setImmediate.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.0.1",
			"dist": {
				"shasum": "cfe8c625ea3077a9868b1fb5a1d65dfd6a0cd63c",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.0.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.8",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.3.1": {
			"name": "immediate",
			"description": "A shim for the setImmediate efficient script yielding API",
			"version": "2.3.1",
			"author": {
				"name": "NobleJS"
			},
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/setImmediate.git"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/setImmediate/issues"
			},
			"main": "dist/immediate.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007",
				"build": "component build -o dist -n immediate -s immediate"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"component": "~0.17.6"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.3.1",
			"dist": {
				"shasum": "d8b65d1d77a354f2c4722a931014cced8ccaa382",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.3.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.8",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.4.0": {
			"name": "immediate",
			"description": "A shim for the setImmediate efficient script yielding API",
			"version": "2.4.0",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/setImmediate.git"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/setImmediate/issues"
			},
			"main": "dist/immediate.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007",
				"build": "component build -o dist -n immediate -s immediate"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"component": "~0.17.6"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.4.0",
			"dist": {
				"shasum": "7593cdb2dec56c41e61a65f6b1728cff3148535f",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.4.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.4.1": {
			"name": "immediate",
			"description": "A shim for the setImmediate efficient script yielding API",
			"version": "2.4.1",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/setImmediate.git"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/setImmediate/issues"
			},
			"main": "dist/immediate.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"component": "~0.17.6",
				"grunt-component": "~0.1.7",
				"grunt-contrib-uglify": "~0.2.4",
				"grunt": "~0.4.1"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.4.1",
			"dist": {
				"shasum": "6dffa4d8403ca986264f84874eebc237b893cb2d",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.4.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.8",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.4.2": {
			"name": "immediate",
			"description": "A shim for the setImmediate efficient script yielding API",
			"version": "2.4.2",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/setImmediate.git"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/setImmediate/issues"
			},
			"main": "dist/immediate.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"component": "~0.17.6",
				"grunt-component": "~0.1.7",
				"grunt-contrib-uglify": "~0.2.4",
				"grunt": "~0.4.1"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.4.2",
			"dist": {
				"shasum": "6a508cd2eb614725203b1d1c3674ead08c0d9787",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.4.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.4.3": {
			"name": "immediate",
			"description": "A shim for the setImmediate efficient script yielding API",
			"version": "2.4.3",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/setImmediate.git"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/setImmediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"component": "~0.17.6",
				"grunt-component": "~0.1.7",
				"grunt-contrib-uglify": "~0.2.4",
				"grunt": "~0.4.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.4.3",
			"dist": {
				"shasum": "4fc0bcbf420d469cbfdef9961f5f5e992ed579c3",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.4.3.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.5.0": {
			"name": "immediate",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"version": "2.5.0",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"grunt-contrib-uglify": "~0.2.4",
				"grunt": "~0.4.1",
				"browserify": "~2.35.0",
				"grunt-browserify": "~1.2.9"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.5.0",
			"dist": {
				"shasum": "501f339083aa872f9af8418f0c82e16168e40386",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.5.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.5.1": {
			"name": "immediate",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"version": "2.5.1",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"grunt-contrib-uglify": "~0.2.4",
				"grunt": "~0.4.1",
				"browserify": "~2.35.0",
				"grunt-browserify": "~1.2.9"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.5.1",
			"dist": {
				"shasum": "dab9569ab5291e2db907c54ed36964dfb943b909",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.5.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.5.2": {
			"name": "immediate",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"version": "2.5.2",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"test": "mocha test/tests.js -R nyan",
				"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
			},
			"devDependencies": {
				"jshint": "~1.1",
				"mocha": "1.9.x",
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"grunt-contrib-uglify": "~0.2.4",
				"grunt": "~0.4.1",
				"browserify": "~2.35.0",
				"grunt-browserify": "~1.2.9"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.5.2",
			"dist": {
				"shasum": "5a1396599e9a4a98c783160f6adefd9a80092c39",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.5.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.6.0": {
			"name": "immediate",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"version": "2.6.0",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"test": "grunt test"
			},
			"devDependencies": {
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"grunt-contrib-uglify": "~0.2.4",
				"grunt": "~0.4.1",
				"browserify": "~2.35.0",
				"grunt-browserify": "~1.2.9",
				"grunt-contrib-connect": "~0.5.0",
				"grunt-saucelabs": "~4.1.2",
				"grunt-contrib-jshint": "~0.7.0",
				"mocha": "~1.13.0",
				"chai": "~1.8.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"testling": {
				"browsers": [
					"ie/6..latest",
					"firefox/3..5",
					"firefox/19..nightly",
					"chrome/4..7",
					"chrome/24..canary",
					"opera/10..next",
					"safari/4..latest",
					"iphone/6",
					"ipad/6"
				],
				"harness": "mocha",
				"files": "test/tests.js"
			},
			"_id": "immediate@2.6.0",
			"dist": {
				"shasum": "a6e3c4a74abfeb78b10b7eb409bf075e3cacb63a",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.6.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.6.1": {
			"name": "immediate",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"version": "2.6.1",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"test": "grunt test"
			},
			"devDependencies": {
				"http-server": "~0.5.3",
				"opener": "~1.3",
				"grunt-contrib-uglify": "~0.2.4",
				"grunt": "~0.4.1",
				"browserify": "~2.35.0",
				"grunt-browserify": "~1.2.9",
				"grunt-contrib-connect": "~0.5.0",
				"grunt-saucelabs": "~4.1.2",
				"grunt-contrib-jshint": "~0.7.0",
				"mocha": "~1.13.0",
				"grunt-cli": "~0.1.9"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"_id": "immediate@2.6.1",
			"dist": {
				"shasum": "d5f523c5c8a9c367e13b546997739fbe4a9f0776",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.6.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.6.2": {
			"name": "immediate",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"version": "2.6.2",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/7..latest",
					"chrome/latest",
					"firefox/latest",
					"opera/11..latest",
					"safari/latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.12",
				"tape": "^2.10.2",
				"jshint": "^2.4.4",
				"testling": "^1.6.1",
				"browserify": "^3.32.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@2.6.2",
			"dist": {
				"shasum": "989f85c2c6da4de2829bd204dfb938d5908015fd",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.6.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.4",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.6.3": {
			"name": "immediate",
			"version": "2.6.3",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/7..latest",
					"chrome/latest",
					"firefox/latest",
					"opera/11..latest",
					"safari/latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.12",
				"tape": "^2.10.2",
				"jshint": "^2.4.4",
				"testling": "^1.6.1",
				"browserify": "^3.32.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@2.6.3",
			"dist": {
				"shasum": "96dd89cbea062e52fee0475757badcd6828007ef",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.6.3.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.6.4": {
			"name": "immediate",
			"version": "2.6.4",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.12",
				"tape": "^2.10.2",
				"jshint": "^2.4.4",
				"testling": "^1.6.1",
				"browserify": "^3.32.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@2.6.4",
			"dist": {
				"shasum": "c2a753c6f807f45094f32e0dfd60f66f4e97a3a1",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.6.4.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.6.5": {
			"name": "immediate",
			"version": "2.6.5",
			"description": "A polyfill for the setImmediate efficient script yielding API",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.12",
				"tape": "^2.10.2",
				"jshint": "^2.4.4",
				"testling": "^1.6.1",
				"browserify": "^3.32.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@2.6.5",
			"dist": {
				"shasum": "a1a865b78f7936d971a62c23a576842d5256cbc8",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.6.5.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.7.0": {
			"name": "immediate",
			"version": "2.7.0",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.12",
				"tape": "^2.10.2",
				"jshint": "^2.4.4",
				"testling": "^1.6.1",
				"browserify": "^3.32.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@2.7.0",
			"dist": {
				"shasum": "ad400b3f18c2d933974cbff71fd051c5f8213faa",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.7.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.7.1": {
			"name": "immediate",
			"version": "2.7.1",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/fakeNextTick.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.12",
				"tape": "^2.10.2",
				"jshint": "^2.4.4",
				"testling": "^1.6.1",
				"browserify": "^3.32.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@2.7.1",
			"dist": {
				"shasum": "aef15685bf65ec3889a998f5cdf31b0143f9fe46",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.7.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.4",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"2.7.2": {
			"name": "immediate",
			"version": "2.7.2",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/mutation.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.12",
				"tape": "^2.10.2",
				"jshint": "^2.4.4",
				"testling": "^1.6.1",
				"browserify": "^3.32.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@2.7.2",
			"dist": {
				"shasum": "59ab3a551fe8a9393c4ece66217e45fdec1e495b",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-2.7.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"3.0.0": {
			"name": "immediate",
			"version": "3.0.0",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick.js": "./lib/mutation.js"
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.12",
				"tape": "^2.10.2",
				"jshint": "^2.4.4",
				"testling": "^1.6.1",
				"browserify": "^3.32.1"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@3.0.0",
			"dist": {
				"shasum": "102ab219eadc28cce1eb5b40c87bbfb312e74975",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.0.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"3.0.1": {
			"name": "immediate",
			"version": "3.0.1",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"devDependencies": {
				"uglify-js": "^2.4.13",
				"tape": "^2.13.1",
				"jshint": "^2.5.1",
				"browserify": "^4.1.5",
				"testling": "^1.6.1"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@3.0.1",
			"dist": {
				"shasum": "090ac44ebc3b18bc1c74dc93ac321f032fa8bb93",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.0.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"3.0.2": {
			"name": "immediate",
			"version": "3.0.2",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"devDependencies": {
				"uglify-js": "^2.4.13",
				"tape": "^2.13.1",
				"jshint": "^2.5.1",
				"browserify": "^4.1.5",
				"testling": "^1.6.1"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@3.0.2",
			"dist": {
				"shasum": "c854f05e9e9995f6b20a752a7bd8af28ccb502f5",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.0.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"3.0.3": {
			"name": "immediate",
			"version": "3.0.3",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"devDependencies": {
				"uglify-js": "^2.4.13",
				"tape": "^2.13.1",
				"jshint": "^2.5.1",
				"browserify": "^4.1.5",
				"testling": "^1.6.1"
			},
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@3.0.3",
			"dist": {
				"shasum": "328c4f8ff9ac8b974576170ef3f9bd4af4e432e5",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.0.3.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.3",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"3.1.0": {
			"name": "immediate",
			"version": "3.1.0",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js | tspec"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"devDependencies": {
				"browserify": "^4.1.5",
				"jshint": "^2.5.1",
				"tap-spec": "^3.0.0",
				"uglify-js": "^2.4.13",
				"tape": "^4.0.0"
			},
			"gitHead": "ffa3087a93fb012ec9c11d11a5348f74686e68bb",
			"homepage": "https://github.com/calvinmetcalf/immediate",
			"_id": "immediate@3.1.0",
			"_shasum": "ec27bd8cc462643805922dd43e4b366768902b92",
			"_from": ".",
			"_npmVersion": "2.7.6",
			"_nodeVersion": "1.8.1",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"dist": {
				"shasum": "ec27bd8cc462643805922dd43e4b366768902b92",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.1.0.tgz"
			},
			"directories": {}
		},
		"3.2.0": {
			"name": "immediate",
			"version": "3.2.0",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js | tspec"
			},
			"jam": {
				"main": "dist/immediate.js"
			},
			"devDependencies": {
				"browserify": "^4.1.5",
				"jshint": "^2.5.1",
				"tap-spec": "^3.0.0",
				"uglify-js": "^2.4.13",
				"tape": "^4.0.0"
			},
			"gitHead": "946159793b95fc9e6d612572811369ad8a88fafd",
			"homepage": "https://github.com/calvinmetcalf/immediate#readme",
			"_id": "immediate@3.2.0",
			"_shasum": "fa7c0d7c9ec77e19b2973e68c9a0aad49858a6eb",
			"_from": ".",
			"_npmVersion": "2.9.0",
			"_nodeVersion": "2.0.2",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"dist": {
				"shasum": "fa7c0d7c9ec77e19b2973e68c9a0aad49858a6eb",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.2.0.tgz"
			},
			"directories": {}
		},
		"3.0.4": {
			"name": "immediate",
			"version": "3.0.4",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js | derequire > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.13",
				"tape": "^2.13.1",
				"jshint": "^2.5.1",
				"browserify": "^10.0.0",
				"testling": "^1.6.1",
				"derequire": "^2.0.0"
			},
			"gitHead": "1b0550bd741d9287f268ce0333f90867be3637b1",
			"homepage": "https://github.com/calvinmetcalf/immediate#readme",
			"_id": "immediate@3.0.4",
			"_shasum": "d1a533bc8bf83ebf2fe5a9379e59985c467ccac9",
			"_from": ".",
			"_npmVersion": "2.9.0",
			"_nodeVersion": "2.0.2",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"dist": {
				"shasum": "d1a533bc8bf83ebf2fe5a9379e59985c467ccac9",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.0.4.tgz"
			},
			"directories": {}
		},
		"3.2.1": {
			"name": "immediate",
			"version": "3.2.1",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js | derequire > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js | tspec"
			},
			"devDependencies": {
				"browserify": "^10.0.0",
				"derequire": "^2.0.0",
				"jshint": "^2.5.1",
				"tap-spec": "^3.0.0",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.13"
			},
			"gitHead": "347e2595c8cdc36b2b7d97f5b2ac97d0ed1f4c17",
			"homepage": "https://github.com/calvinmetcalf/immediate#readme",
			"_id": "immediate@3.2.1",
			"_shasum": "f8f7cd5226c4ab298e9c59ea34b297675fdb5675",
			"_from": ".",
			"_npmVersion": "2.9.0",
			"_nodeVersion": "2.0.2",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"dist": {
				"shasum": "f8f7cd5226c4ab298e9c59ea34b297675fdb5675",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.2.1.tgz"
			},
			"directories": {}
		},
		"3.0.5": {
			"name": "immediate",
			"version": "3.0.5",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browserify": {
				"transform": [
					"inline-process-browser",
					"unreachable-branch-transform"
				]
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js | derequire > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js && browserify test/tests.js | testling"
			},
			"devDependencies": {
				"uglify-js": "^2.4.13",
				"tape": "^2.13.1",
				"jshint": "^2.5.1",
				"browserify": "^10.0.0",
				"testling": "^1.6.1",
				"derequire": "^2.0.0"
			},
			"dependencies": {
				"inline-process-browser": "^1.0.0",
				"unreachable-branch-transform": "^0.3.0"
			},
			"gitHead": "081a89b1c4e48283bbe3316528343aa1976a1c72",
			"homepage": "https://github.com/calvinmetcalf/immediate#readme",
			"_id": "immediate@3.0.5",
			"_shasum": "d6e01b480a9006a6e091bf56a7b7f6334c385ad9",
			"_from": ".",
			"_npmVersion": "2.9.0",
			"_nodeVersion": "2.5.0",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"dist": {
				"shasum": "d6e01b480a9006a6e091bf56a7b7f6334c385ad9",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.0.5.tgz"
			},
			"directories": {}
		},
		"3.2.2": {
			"name": "immediate",
			"version": "3.2.2",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js | derequire > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js | tspec"
			},
			"devDependencies": {
				"browserify": "^10.0.0",
				"derequire": "^2.0.0",
				"jshint": "^2.5.1",
				"tap-spec": "^3.0.0",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.13"
			},
			"gitHead": "dd81ef43de40c19c9b293948224953e3de7dd590",
			"homepage": "https://github.com/calvinmetcalf/immediate#readme",
			"_id": "immediate@3.2.2",
			"_shasum": "25cf9c1f5ecc4ca8bd704c645101f50b3dc11162",
			"_from": ".",
			"_npmVersion": "2.9.0",
			"_nodeVersion": "4.1.2",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"dist": {
				"shasum": "25cf9c1f5ecc4ca8bd704c645101f50b3dc11162",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.2.2.tgz"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {}
		},
		"3.0.6": {
			"name": "immediate",
			"version": "3.0.6",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"files": [
				"lib",
				"dist"
			],
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-node && npm run build-js && npm run uglify",
				"build-node": "browserify-transform-cli inline-process-browser unreachable-branch-transform < ./lib/index.js > ./lib/browser.js",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/browser.js | derequire > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js"
			},
			"browser": {
				"./lib/index.js": "./lib/browser.js"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"browserify-transform-cli": "^1.1.1",
				"derequire": "^2.0.0",
				"inline-process-browser": "^2.0.0",
				"jshint": "^2.5.1",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.13",
				"unreachable-branch-transform": "^0.5.1"
			},
			"gitHead": "cba16a641397af7071dda0d7aee8b06c89a9926d",
			"_id": "immediate@3.0.6",
			"_shasum": "9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"dist": {
				"shasum": "9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/immediate-3.0.6.tgz_1469708719595_0.6643407943192869"
			},
			"directories": {}
		},
		"3.2.3": {
			"name": "immediate",
			"version": "3.2.3",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js | derequire > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js | tspec"
			},
			"devDependencies": {
				"browserify": "^10.0.0",
				"derequire": "^2.0.0",
				"jshint": "^2.5.1",
				"tap-spec": "^3.0.0",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.13"
			},
			"gitHead": "57ed41d729fd1182f88a1221185631f142d2abf5",
			"_id": "immediate@3.2.3",
			"_shasum": "d140fa8f614659bd6541233097ddaac25cdd991c",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "5.12.0",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"dist": {
				"shasum": "d140fa8f614659bd6541233097ddaac25cdd991c",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/immediate-3.2.3.tgz_1471458786902_0.25323316687718034"
			},
			"directories": {}
		},
		"3.3.0": {
			"name": "immediate",
			"version": "3.3.0",
			"description": "A cross browser microtask library",
			"contributors": [
				{
					"name": "Domenic Denicola",
					"email": "domenic@domenicdenicola.com",
					"url": "http://domenicdenicola.com"
				},
				{
					"name": "Donavon West",
					"email": "github@donavon.com",
					"url": "http://donavon.com"
				},
				{
					"name": "Yaffle"
				},
				{
					"name": "Calvin Metcalf",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"testling": {
				"files": "test/tests.js",
				"browsers": [
					"ie/6..latest",
					"chrome/latest",
					"firefox/3..latest",
					"opera/10..latest",
					"safari/4..latest",
					"iphone/latest",
					"ipad/latest",
					"android-browser/latest"
				]
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git://github.com/calvinmetcalf/immediate.git"
			},
			"browser": {
				"./lib/nextTick": false
			},
			"bugs": {
				"url": "https://github.com/calvinmetcalf/immediate/issues"
			},
			"main": "lib/index.js",
			"scripts": {
				"build": "npm run build-js && npm run uglify",
				"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js",
				"build-js": "browserify -s immediate ./lib/index.js | derequire > dist/immediate.js",
				"test": "jshint lib/*.js && node test/tests.js | tspec"
			},
			"devDependencies": {
				"browserify": "^16.5.1",
				"derequire": "^2.1.1",
				"jshint": "^2.5.1",
				"tap-spec": "^5.0.0",
				"tape": "^4.0.0",
				"uglify-js": "^2.4.13"
			},
			"gitHead": "c943398fb2a044fce69c8093527d0d608b04e6a7",
			"homepage": "https://github.com/calvinmetcalf/immediate#readme",
			"_id": "immediate@3.3.0",
			"_nodeVersion": "12.16.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==",
				"shasum": "1aef225517836bcdf7f2a2de2600c79ff0269266",
				"tarball": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz",
				"fileCount": 15,
				"unpackedSize": 20964,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe36DbCRA9TVsSAnZWagAAtcoP+QDv1yG1YL/fKbzKAj/O\nJUCHxgrPtum+2uMuUqd1IW4r70rJPxowv4weGDiH6XcZo2AW5p1ofYuUd9v2\nbqaYIXpwOztr3sRe9te3GquuKDRI4WthUWVysLp5EHssUHmOs1mNpqcVlJBP\nkfMSMGpdcuKp91jYT9tyiFmrJXLASeF1eJbezI6/Q2MkRtApM0CqlDxU123b\n7nSGgVkYJSkUowYluLJQ53CP1KJXijeH/audtip8ZdHFhYFHTWFmin4iYR4D\nJ2f7Tf74/WaK52QXSss+MQxs5ZAWwOgHTGCZ3oYqnarqwH21vCJAIKAm+IhU\nYac/wSZmz6LGG/9CE9gMWCH3566WE2XjdwslGqQ9+rGNt6at2HfKN2aKFJ+M\nwPb9eeLwWgPJSgGKaIyRvKs53KSMZW346fzf2PPcp+RSPJremAbszKfigVfm\n1F6/cgmxlq/KsMVd7uMsGGMbjlAArdAL14b/fB/9skcjRiiginiSYHdyt06O\nqnVjumeVhRtvT24FVrHctUK2y7AXoZfwvGNlTgTxqk2GZTNfhOqJcCYPnrTe\nEISbZEm4WUywu2mw1DN1kGTMnpM/GMeck1LJaCgvsrEhzr1WvG6GFHQyvbI+\n2ZDl376XbPJatybWDG4W4Rifoerv7EHt28JW8PjmfGxRnSMiX1AKpimz+meu\n4/Rv\r\n=0OMi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/immediate_3.3.0_1591714011470_0.701074719114023"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-06-09T14:46:54.084Z",
		"created": "2013-09-17T15:57:43.413Z",
		"2.0.1": "2013-09-17T15:57:44.659Z",
		"2.3.1": "2013-09-19T12:54:44.067Z",
		"2.4.0": "2013-09-22T14:53:50.154Z",
		"2.4.1": "2013-09-23T17:00:42.595Z",
		"2.4.2": "2013-09-24T23:28:25.172Z",
		"2.4.3": "2013-10-01T09:23:03.839Z",
		"2.5.0": "2013-10-26T16:28:05.355Z",
		"2.5.1": "2013-10-26T16:38:40.869Z",
		"2.5.2": "2013-10-26T16:40:28.968Z",
		"2.6.0": "2013-10-26T21:18:22.997Z",
		"2.6.1": "2013-10-26T21:22:07.799Z",
		"2.6.2": "2014-03-11T00:35:15.032Z",
		"2.6.3": "2014-03-11T11:42:17.892Z",
		"2.6.4": "2014-04-21T12:53:41.808Z",
		"2.6.5": "2014-04-21T18:36:47.445Z",
		"2.7.0": "2014-05-02T15:01:02.067Z",
		"2.7.1": "2014-05-04T17:46:01.356Z",
		"2.7.2": "2014-05-06T19:17:49.474Z",
		"3.0.0": "2014-05-08T16:02:35.350Z",
		"3.0.1": "2014-05-20T11:51:59.557Z",
		"3.0.2": "2014-05-22T11:19:33.217Z",
		"3.0.3": "2014-09-30T17:36:08.116Z",
		"3.1.0": "2015-04-23T11:38:24.250Z",
		"3.2.0": "2015-05-21T19:49:16.219Z",
		"3.0.4": "2015-05-27T12:19:39.521Z",
		"3.2.1": "2015-05-27T12:20:45.750Z",
		"3.0.5": "2015-08-06T16:16:36.562Z",
		"3.2.2": "2015-10-12T14:53:18.810Z",
		"3.0.6": "2016-07-28T12:25:21.086Z",
		"3.2.3": "2016-08-17T18:33:08.706Z",
		"3.3.0": "2020-06-09T14:46:51.597Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.3.0",
		"lie": "3.0.5"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"9387dfc4eaf4e730b14450d8ca1a742f\"",
			"fetched": 1602009451230
		}
	},
	"_distfiles": {
		"immediate-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.0.1.tgz",
			"sha": "cfe8c625ea3077a9868b1fb5a1d65dfd6a0cd63c",
			"registry": "npmjs"
		},
		"immediate-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.3.1.tgz",
			"sha": "d8b65d1d77a354f2c4722a931014cced8ccaa382",
			"registry": "npmjs"
		},
		"immediate-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.4.0.tgz",
			"sha": "7593cdb2dec56c41e61a65f6b1728cff3148535f",
			"registry": "npmjs"
		},
		"immediate-2.4.1.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.4.1.tgz",
			"sha": "6dffa4d8403ca986264f84874eebc237b893cb2d",
			"registry": "npmjs"
		},
		"immediate-2.4.2.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.4.2.tgz",
			"sha": "6a508cd2eb614725203b1d1c3674ead08c0d9787",
			"registry": "npmjs"
		},
		"immediate-2.4.3.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.4.3.tgz",
			"sha": "4fc0bcbf420d469cbfdef9961f5f5e992ed579c3",
			"registry": "npmjs"
		},
		"immediate-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.5.0.tgz",
			"sha": "501f339083aa872f9af8418f0c82e16168e40386",
			"registry": "npmjs"
		},
		"immediate-2.5.1.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.5.1.tgz",
			"sha": "dab9569ab5291e2db907c54ed36964dfb943b909",
			"registry": "npmjs"
		},
		"immediate-2.5.2.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.5.2.tgz",
			"sha": "5a1396599e9a4a98c783160f6adefd9a80092c39",
			"registry": "npmjs"
		},
		"immediate-2.6.0.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.6.0.tgz",
			"sha": "a6e3c4a74abfeb78b10b7eb409bf075e3cacb63a",
			"registry": "npmjs"
		},
		"immediate-2.6.1.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.6.1.tgz",
			"sha": "d5f523c5c8a9c367e13b546997739fbe4a9f0776",
			"registry": "npmjs"
		},
		"immediate-2.6.2.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.6.2.tgz",
			"sha": "989f85c2c6da4de2829bd204dfb938d5908015fd",
			"registry": "npmjs"
		},
		"immediate-2.6.3.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.6.3.tgz",
			"sha": "96dd89cbea062e52fee0475757badcd6828007ef",
			"registry": "npmjs"
		},
		"immediate-2.6.4.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.6.4.tgz",
			"sha": "c2a753c6f807f45094f32e0dfd60f66f4e97a3a1",
			"registry": "npmjs"
		},
		"immediate-2.6.5.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.6.5.tgz",
			"sha": "a1a865b78f7936d971a62c23a576842d5256cbc8",
			"registry": "npmjs"
		},
		"immediate-2.7.0.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.7.0.tgz",
			"sha": "ad400b3f18c2d933974cbff71fd051c5f8213faa",
			"registry": "npmjs"
		},
		"immediate-2.7.1.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.7.1.tgz",
			"sha": "aef15685bf65ec3889a998f5cdf31b0143f9fe46",
			"registry": "npmjs"
		},
		"immediate-2.7.2.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-2.7.2.tgz",
			"sha": "59ab3a551fe8a9393c4ece66217e45fdec1e495b",
			"registry": "npmjs"
		},
		"immediate-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.0.0.tgz",
			"sha": "102ab219eadc28cce1eb5b40c87bbfb312e74975",
			"registry": "npmjs"
		},
		"immediate-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.0.1.tgz",
			"sha": "090ac44ebc3b18bc1c74dc93ac321f032fa8bb93",
			"registry": "npmjs"
		},
		"immediate-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.0.2.tgz",
			"sha": "c854f05e9e9995f6b20a752a7bd8af28ccb502f5",
			"registry": "npmjs"
		},
		"immediate-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.0.3.tgz",
			"sha": "328c4f8ff9ac8b974576170ef3f9bd4af4e432e5",
			"registry": "npmjs"
		},
		"immediate-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.1.0.tgz",
			"sha": "ec27bd8cc462643805922dd43e4b366768902b92",
			"registry": "npmjs"
		},
		"immediate-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.2.0.tgz",
			"sha": "fa7c0d7c9ec77e19b2973e68c9a0aad49858a6eb",
			"registry": "npmjs"
		},
		"immediate-3.0.4.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.0.4.tgz",
			"sha": "d1a533bc8bf83ebf2fe5a9379e59985c467ccac9",
			"registry": "npmjs"
		},
		"immediate-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.2.1.tgz",
			"sha": "f8f7cd5226c4ab298e9c59ea34b297675fdb5675",
			"registry": "npmjs"
		},
		"immediate-3.0.5.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.0.5.tgz",
			"sha": "d6e01b480a9006a6e091bf56a7b7f6334c385ad9",
			"registry": "npmjs"
		},
		"immediate-3.2.2.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.2.2.tgz",
			"sha": "25cf9c1f5ecc4ca8bd704c645101f50b3dc11162",
			"registry": "npmjs"
		},
		"immediate-3.0.6.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
			"sha": "9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b",
			"registry": "npmjs"
		},
		"immediate-3.2.3.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz",
			"sha": "d140fa8f614659bd6541233097ddaac25cdd991c",
			"registry": "npmjs"
		},
		"immediate-3.3.0.tgz": {
			"url": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz",
			"sha": "1aef225517836bcdf7f2a2de2600c79ff0269266",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"immediate-3.0.6.tgz": {
			"shasum": "9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
		},
		"immediate-3.2.3.tgz": {
			"shasum": "d140fa8f614659bd6541233097ddaac25cdd991c"
		}
	},
	"_rev": "22-cba2975a369578a7",
	"_id": "immediate",
	"readme": "# immediate [![Build Status](https://travis-ci.org/calvinmetcalf/immediate.svg?branch=master)](https://travis-ci.org/calvinmetcalf/immediate)\n\n[![testling status](https://ci.testling.com/calvinmetcalf/immediate.png)](https://ci.testling.com/calvinmetcalf/immediate)\n\n```\nnpm install immediate --save\n```\n\nthen\n\n```js\nvar immediate = require(\"immediate\");\n\nimmediate(function () {\n  // this will run soon\n});\n\nimmediate(function (arg1, arg2) {\n  // get your args like in iojs\n}, thing1, thing2);\n```\n\n## Introduction\n\n**immediate** is a microtask library, descended from [NobleJS's setImmediate](https://github.com/NobleJS/setImmediate), but including ideas from [Cujo's When](https://github.com/cujojs/when) and [RSVP][RSVP].\n\nimmediate takes the tricks from setImmediate and RSVP and combines them with the scheduler inspired (vaguely) by when's.\n\nNote versions 2.6.5 and earlier were strictly speaking a 'macrotask' library not a microtask one, [see this for the difference](https://github.com/YuzuJS/setImmediate#macrotasks-and-microtasks), if you need a macrotask library, [I got you covered](https://github.com/calvinmetcalf/macrotask).\n\nSeveral new features were added in versions 3.1.0 and 3.2.0 to maintain parity with\nprocess.nextTick, but the 3.0.x series is still being kept up to date if you just need\nthe small barebones version\n\n## The Tricks\n\n### `process.nextTick`\n\nNote that we check for *actual* Node.js environments, not emulated ones like those produced by browserify or similar.\n\n### `queueMicrotask`\n\nFunction available in major browser these days which you can use to add a function into the microtask queue managed by V8.\n\n### `MutationObserver`\n\nThis is what [RSVP][RSVP] uses, it's very fast, details on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver).\n\n\n### `MessageChannel`\n\nUnfortunately, `postMessage` has completely different semantics inside web workers, and so cannot be used there. So we\nturn to [`MessageChannel`][MessageChannel], which has worse browser support, but does work inside a web worker.\n\n### `<script> onreadystatechange`\n\nFor our last trick, we pull something out to make things fast in Internet Explorer versions 6 through 8: namely,\ncreating a `<script>` element and firing our calls in its `onreadystatechange` event. This does execute in a future\nturn of the event loop, and is also faster than `setTimeout(…, 0)`, so hey, why not?\n\n## Tricks we don't use\n\n### `setImmediate`\nWe avoid using `setImmediate` because node's `process.nextTick` is better suited to our needs. Additionally, Internet Explorer 10's implementation of `setImmediate` is broken.\n\n\n## Reference and Reading\n\n * [Efficient Script Yielding W3C Editor's Draft][spec]\n * [W3C mailing list post introducing the specification][list-post]\n * [IE Test Drive demo][ie-demo]\n * [Introductory blog post by Nicholas C. Zakas][ncz]\n * I wrote a couple of blog posts on this, [part 1][my-blog-1] and [part 2][my-blog-2]\n\n[RSVP]: https://github.com/tildeio/rsvp.js\n[spec]: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/setImmediate/Overview.html\n[list-post]: http://lists.w3.org/Archives/Public/public-web-perf/2011Jun/0100.html\n[ie-demo]: http://ie.microsoft.com/testdrive/Performance/setImmediateSorting/Default.html\n[ncz]: http://www.nczonline.net/blog/2011/09/19/script-yielding-with-setimmediate/\n[nextTick]: http://nodejs.org/docs/v0.8.16/api/process.html#process_process_nexttick_callback\n[postMessage]: http://www.whatwg.org/specs/web-apps/current-work/multipage/web-messaging.html#posting-messages\n[MessageChannel]: http://www.whatwg.org/specs/web-apps/current-work/multipage/web-messaging.html#channel-messaging\n[cross-browser-demo]: http://calvinmetcalf.github.io/setImmediate-shim-demo\n[my-blog-1]:http://calvinmetcalf.com/post/61672207151/setimmediate-etc\n[my-blog-2]:http://calvinmetcalf.com/post/61761231881/javascript-schedulers"
}