12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "resolve-files",
- "version": "1.0.2",
- "description": "Get all files from the given entry that resolved by `require`",
- "dependencies": {
- "crequire": "^1.8.0",
- "debug": "^2.6.3"
- },
- "devDependencies": {
- "autod": "^2.8.0",
- "egg-bin": "^1.10.3",
- "egg-ci": "^1.6.0",
- "eslint": "^3.18.0",
- "eslint-config-egg": "^3.2.0"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "scripts": {
- "autod": "autod",
- "lint": "eslint .",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "ci": "npm run lint && npm run cov"
- },
- "ci": {
- "version": "4, 6, 7",
- "license": {
- "year": "2017",
- "fullname": "popomore"
- }
- },
- "repository": {
- "type": "git",
- "url": "git@github.com:popomore/resolve-files.git"
- },
- "author": "popomore <sakura9515@gmail.com>",
- "license": "MIT",
- "files": [
- "index.js"
- ]
- }
|