GT2/GT2-iOS/node_modules/delay-async/package.json

92 lines
2.3 KiB
JSON

{
"_args": [
[
{
"raw": "delay-async@^1.0.0",
"scope": null,
"escapedName": "delay-async",
"name": "delay-async",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl"
]
],
"_from": "delay-async@>=1.0.0 <2.0.0",
"_id": "delay-async@1.1.0",
"_inCache": true,
"_location": "/delay-async",
"_nodeVersion": "7.7.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/delay-async-1.1.0.tgz_1489646164619_0.4780254054348916"
},
"_npmUser": {
"name": "exponent",
"email": "exponent.team@gmail.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "delay-async@^1.0.0",
"scope": null,
"escapedName": "delay-async",
"name": "delay-async",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/xdl"
],
"_resolved": "https://registry.npmjs.org/delay-async/-/delay-async-1.1.0.tgz",
"_shasum": "b8fa8fecb88621350705285c8f3cf177dfde666d",
"_shrinkwrap": null,
"_spec": "delay-async@^1.0.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl",
"author": {
"name": "support@expo.io"
},
"bugs": {
"url": "https://github.com/exponent/delay-async/issues"
},
"dependencies": {},
"description": "A Promise-based wrapper for setTimeout",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "b8fa8fecb88621350705285c8f3cf177dfde666d",
"tarball": "https://registry.npmjs.org/delay-async/-/delay-async-1.1.0.tgz"
},
"gitHead": "f6723e1688475c5385838928d3c7baf38d5e99ae",
"homepage": "https://github.com/exponent/delay-async#readme",
"keywords": [
"delay",
"wait",
"async",
"promise",
"setTimeout"
],
"license": "MIT",
"main": "delayAsync.js",
"maintainers": [
{
"name": "exponent",
"email": "exponent.team@gmail.com"
}
],
"name": "delay-async",
"optionalDependencies": {},
"readme": "# delay-async\n\nA Promise-based wrapper for setTimeout\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/exponent/delay-async.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}