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

86 lines
2.4 KiB
JSON

{
"_args": [
[
{
"raw": "exists-async@^2.0.0",
"scope": null,
"escapedName": "exists-async",
"name": "exists-async",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl"
]
],
"_from": "exists-async@>=2.0.0 <3.0.0",
"_id": "exists-async@2.0.0",
"_inCache": true,
"_location": "/exists-async",
"_nodeVersion": "4.1.0",
"_npmUser": {
"name": "exponent",
"email": "exponent.team@gmail.com"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {},
"_requested": {
"raw": "exists-async@^2.0.0",
"scope": null,
"escapedName": "exists-async",
"name": "exists-async",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/xdl"
],
"_resolved": "https://registry.npmjs.org/exists-async/-/exists-async-2.0.0.tgz",
"_shasum": "7e0b1652b34b0fe18b9f9640987bd56d59e51e5e",
"_shrinkwrap": null,
"_spec": "exists-async@^2.0.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl",
"author": {
"name": "exponent.team@gmail.com"
},
"bugs": {
"url": "https://github.com/exponentjs/exists-async/issues"
},
"dependencies": {},
"description": "Present a Promise-based interface for testing if something exists or not",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "7e0b1652b34b0fe18b9f9640987bd56d59e51e5e",
"tarball": "https://registry.npmjs.org/exists-async/-/exists-async-2.0.0.tgz"
},
"gitHead": "723f889453656849b5daf43732dac2ba06a1aaca",
"homepage": "https://github.com/exponentjs/exists-async#readme",
"keywords": [
"exists",
"fs",
"async"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "exponent",
"email": "exponent.team@gmail.com"
}
],
"name": "exists-async",
"optionalDependencies": {},
"readme": "# exists-async\nPresent a Promise-based interface for testing if something exists or not\n\nYes, `fs.exists` is deprecated in Node, and has an inconsistent API, but it is\nvery practical to use it sometimes, and so we create a consistent Promise-based\ninterface here.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/exponentjs/exists-async.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.0"
}