closest-file-data
Version:
Allow to find and retrieve some data (such as config file) related to a given path (with cache)
37 lines (36 loc) • 1.04 kB
JSON
{
"name": "closest-file-data",
"version": "0.1.4",
"description": "Allow to find and retrieve some data (such as config file) related to a given path (with cache)",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": "https://github.com/huafu/closest-file-data.git",
"author": "Huafu Gandon <huafu.gandon@gmail.com>",
"license": "MIT",
"keywords": [
"relative",
"file",
"resource",
"config",
"search"
],
"devDependencies": {
"@types/flat": "^0.0.28",
"@types/jest": "^23.3.0",
"@types/node": "^10.5.2",
"flat": "^4.1.0",
"jest": "<23",
"ts-jest": "<23",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"scripts": {
"lint": "tslint --project .",
"test:unit": "jest",
"test:dist": "jest -c jest.config.dist.js",
"test:e2e": "jest -c jest.config.e2e.js",
"build": "tsc -p .",
"test": "npm run test:unit && npm run build && npm run test:dist && npm run test:e2e",
"prepublish": "npm run lint && npm run test"
}
}