Files
30-seconds-of-code/node_modules/fs-exists-cached/package.json
2019-08-20 15:52:05 +02:00

57 lines
1.5 KiB
JSON

{
"_from": "fs-exists-cached@1.0.0",
"_id": "fs-exists-cached@1.0.0",
"_inBundle": false,
"_integrity": "sha1-zyVVTKBQ3EmuZla0HeQiWJidy84=",
"_location": "/fs-exists-cached",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fs-exists-cached@1.0.0",
"name": "fs-exists-cached",
"escapedName": "fs-exists-cached",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/gatsby",
"/gatsby-page-utils",
"/gatsby-plugin-page-creator",
"/gatsby/gatsby-cli"
],
"_resolved": "https://registry.npmjs.org/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz",
"_shasum": "cf25554ca050dc49ae6656b41de42258989dcbce",
"_spec": "fs-exists-cached@1.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/fs-exists-cached/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Just like `fs.exists` and `fs.existsSync`, but cached",
"devDependencies": {
"tap": "9 || 10"
},
"homepage": "https://github.com/isaacs/fs-exists-cached#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "fs-exists-cached",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/fs-exists-cached.git"
},
"scripts": {
"test": "tap test.js --100"
},
"version": "1.0.0"
}