You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
3.2 KiB
97 lines
3.2 KiB
{ |
|
"_from": "tsconfig-paths@^3.9.0", |
|
"_id": "tsconfig-paths@3.9.0", |
|
"_inBundle": false, |
|
"_integrity": "sha1-CYVHpsREiAfo/Ljq4IEGTumjyQs=", |
|
"_location": "/tsconfig-paths", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "tsconfig-paths@^3.9.0", |
|
"name": "tsconfig-paths", |
|
"escapedName": "tsconfig-paths", |
|
"rawSpec": "^3.9.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^3.9.0" |
|
}, |
|
"_requiredBy": [ |
|
"/eslint-plugin-import" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/tsconfig-paths/download/tsconfig-paths-3.9.0.tgz", |
|
"_shasum": "098547a6c4448807e8fcb8eae081064ee9a3c90b", |
|
"_spec": "tsconfig-paths@^3.9.0", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks/node_modules/eslint-plugin-import", |
|
"author": { |
|
"name": "Jonas Kello" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/dividab/tsconfig-paths/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"@types/json5": "^0.0.29", |
|
"json5": "^1.0.1", |
|
"minimist": "^1.2.0", |
|
"strip-bom": "^3.0.0" |
|
}, |
|
"deprecated": false, |
|
"description": "Load node modules according to tsconfig paths, in run-time or via API.", |
|
"devDependencies": { |
|
"@types/chai": "^4.1.4", |
|
"@types/minimist": "^1.2.0", |
|
"@types/mocha": "^5.2.3", |
|
"@types/node": "^6.0.54", |
|
"@types/strip-bom": "^3.0.0", |
|
"@types/strip-json-comments": "^0.0.30", |
|
"chai": "^4.1.2", |
|
"codecov": "^3.1.0", |
|
"husky": "^0.14.3", |
|
"lint-staged": "^4.3.0", |
|
"mocha": "^5.2.0", |
|
"nyc": "^11.4.1", |
|
"prettier": "1.7.4", |
|
"rimraf": "^2.6.2", |
|
"shelljs": "^0.7.5", |
|
"ts-node": "^7.0.0", |
|
"tslint": "^5.8.0", |
|
"typescript": "^2.4.1" |
|
}, |
|
"homepage": "https://github.com/dividab/tsconfig-paths#readme", |
|
"license": "MIT", |
|
"lint-staged": { |
|
"*.ts": [ |
|
"tslint", |
|
"prettier --write", |
|
"git add" |
|
] |
|
}, |
|
"main": "lib/index.js", |
|
"name": "tsconfig-paths", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/dividab/tsconfig-paths.git" |
|
}, |
|
"scripts": { |
|
"build": "rimraf lib && tsc -p src", |
|
"build:test": "rimraf ./test/js_out && tsc -p test", |
|
"coverage": "rimraf coverage .nyc_output && nyc yarn test", |
|
"example:api": "cd example/api && ts-node main.ts", |
|
"example:node": "yarn build && cd ./example/node && ts-node -r ../register.js main.ts", |
|
"example:perf": "cd example/perf && ts-node main.ts", |
|
"example:project": "yarn build && ts-node -r ./register.js -P ./example/project/tsconfig.json ./example/project/main.ts", |
|
"lint": "tslint './{src,tests}/**/*.ts{,x}'", |
|
"postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\"", |
|
"precommit": "lint-staged", |
|
"preversion": "yarn verify", |
|
"publish:major": "yarn build && node scripts/publish.js major", |
|
"publish:minor": "yarn build && node scripts/publish.js minor", |
|
"publish:patch": "yarn build && node scripts/publish.js patch", |
|
"report-coverage": "codecov -f coverage/*.json", |
|
"start": "cd src && ts-node index.ts", |
|
"test": "mocha", |
|
"verify": "yarn build && yarn lint && yarn coverage" |
|
}, |
|
"types": "lib/index", |
|
"version": "3.9.0" |
|
}
|
|
|