mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 09:50:39 +00:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"file-exists-dazinatorfork@1.0.2",
|
||
|
"/Users/tatiana/selfdefined"
|
||
|
]
|
||
|
],
|
||
|
"_from": "file-exists-dazinatorfork@1.0.2",
|
||
|
"_id": "file-exists-dazinatorfork@1.0.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-r70c72ln2YHzQINNfxDp02hAhbGkt1HffZ+Du8oetWDLjDtFja/Lm10lUaSh9e+wD+7VDvPee0b0C9SAy8pWZg==",
|
||
|
"_location": "/file-exists-dazinatorfork",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "file-exists-dazinatorfork@1.0.2",
|
||
|
"name": "file-exists-dazinatorfork",
|
||
|
"escapedName": "file-exists-dazinatorfork",
|
||
|
"rawSpec": "1.0.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.0.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/module-lookup-amd"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/file-exists-dazinatorfork/-/file-exists-dazinatorfork-1.0.2.tgz",
|
||
|
"_spec": "1.0.2",
|
||
|
"_where": "/Users/tatiana/selfdefined",
|
||
|
"author": {
|
||
|
"name": "Scott Corgan"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/dazinator/file-exists/issues"
|
||
|
},
|
||
|
"description": "Check if filepath exists and is a file. Note this is a fork of file-exists dpenedency with some ammendments.",
|
||
|
"devDependencies": {
|
||
|
"@tap-format/spec": "^0.2.0",
|
||
|
"async": "^2.1.4",
|
||
|
"memfs": "^2.14.1",
|
||
|
"mkdirp": "0.5.1",
|
||
|
"rmdir": "1.2.0",
|
||
|
"tape": "4.6.3"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6.0.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/dazinator/file-exists",
|
||
|
"keywords": [
|
||
|
"file",
|
||
|
"exists",
|
||
|
"fs",
|
||
|
"isfile",
|
||
|
"is-file"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "file-exists-dazinatorfork",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/dazinator/file-exists.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test/index.js | tap-format-spec"
|
||
|
},
|
||
|
"version": "1.0.2"
|
||
|
}
|