123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_from": "fs-exists-sync@^0.1.0",
- "_id": "fs-exists-sync@0.1.0",
- "_inBundle": false,
- "_integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=",
- "_location": "/fs-exists-sync",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fs-exists-sync@^0.1.0",
- "name": "fs-exists-sync",
- "escapedName": "fs-exists-sync",
- "rawSpec": "^0.1.0",
- "saveSpec": null,
- "fetchSpec": "^0.1.0"
- },
- "_requiredBy": [
- "/detect-file"
- ],
- "_resolved": "http://registry.npm.taobao.org/fs-exists-sync/download/fs-exists-sync-0.1.0.tgz",
- "_shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
- "_spec": "fs-exists-sync@^0.1.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\detect-file",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/fs-exists-sync/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.",
- "devDependencies": {
- "gulp-format-md": "^0.1.7",
- "mocha": "^2.4.5"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/fs-exists-sync",
- "keywords": [
- "access",
- "check",
- "exist",
- "exists",
- "file",
- "file-system",
- "filepath",
- "filesystem",
- "fs",
- "is-file",
- "isfile",
- "path",
- "stat",
- "sync"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "fs-exists-sync",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/fs-exists-sync.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "layout": "default",
- "plugins": [
- "gulp-format-md"
- ],
- "reflinks": [
- "verb",
- "path-exists",
- "fs-exists",
- "file-exists",
- "exists"
- ],
- "related": {
- "list": [
- "try-open",
- "parse-filepath",
- "is-absolute"
- ]
- },
- "run": true,
- "toc": false,
- "tasks": [
- "readme"
- ],
- "lint": {
- "reflinks": true
- }
- },
- "version": "0.1.0"
- }
|