You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.4 KiB

{
"_from": "immediate@^3.2.3",
"_id": "immediate@3.3.0",
"_inBundle": false,
"_integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==",
"_location": "/immediate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "immediate@^3.2.3",
"name": "immediate",
"escapedName": "immediate",
"rawSpec": "^3.2.3",
"saveSpec": null,
"fetchSpec": "^3.2.3"
},
"_requiredBy": [
"/abstract-leveldown"
],
"_resolved": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz",
"_shasum": "1aef225517836bcdf7f2a2de2600c79ff0269266",
"_spec": "immediate@^3.2.3",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/abstract-leveldown",
"browser": {
"./lib/nextTick": false
},
"bugs": {
"url": "https://github.com/calvinmetcalf/immediate/issues"
},
"bundleDependencies": false,
"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"
}
],
"deprecated": false,
"description": "A cross browser microtask library",
"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"
},
"homepage": "https://github.com/calvinmetcalf/immediate#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "immediate",
"repository": {
"type": "git",
"url": "git://github.com/calvinmetcalf/immediate.git"
},
"scripts": {
"build": "npm run build-js && npm run uglify",
"build-js": "browserify -s immediate ./lib/index.js | derequire > dist/immediate.js",
"test": "jshint lib/*.js && node test/tests.js | tspec",
"uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js"
},
"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"
]
},
"version": "3.3.0"
}