Simen Bekkhus 9c2794dc85 Replace path-exists with fs.existsSync (#4731)
It's not deprecated anymore, see nodejs/node#8364
2016-10-17 14:31:49 -04:00

15 lines
416 B
JSON

{
"name": "babel-helper-fixtures",
"version": "6.9.0",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.9.0",
"lodash": "^4.2.0",
"try-resolve": "^1.0.0"
}
}