package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "app-root-path@2.2.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "app-root-path@2.2.1",
  10. "_id": "app-root-path@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==",
  13. "_location": "/app-root-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "app-root-path@2.2.1",
  19. "name": "app-root-path",
  20. "escapedName": "app-root-path",
  21. "rawSpec": "2.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.1"
  24. },
  25. "_requiredBy": [
  26. "/lint-staged"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz",
  29. "_spec": "2.2.1",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Chris Morrell",
  33. "email": "http://cmorrell.com"
  34. },
  35. "browser": "browser-shim.js",
  36. "bugs": {
  37. "url": "https://github.com/inxilpro/node-app-root-path/issues"
  38. },
  39. "config": {
  40. "ghooks": {
  41. "commit-msg": "validate-commit-msg",
  42. "post-merge": "npm install",
  43. "post-rewrite": "npm install"
  44. },
  45. "commitizen": {
  46. "path": "./node_modules/cz-conventional-changelog"
  47. }
  48. },
  49. "description": "Determine an app's root path from anywhere inside the app",
  50. "devDependencies": {
  51. "codecov": "^1.0.1",
  52. "coveralls": "^2.11.2",
  53. "cracks": "^3.1.2",
  54. "cz-conventional-changelog": "^1.2.0",
  55. "ghooks": "^1.3.2",
  56. "istanbul": "^0.3.4",
  57. "mocha": "^2.0.1",
  58. "mocha-lcov-reporter": "0.0.1",
  59. "mockery": "^1.7.0",
  60. "nyc": "^8.1.0",
  61. "semantic-release": "^4.3.5",
  62. "validate-commit-msg": "^2.8.0"
  63. },
  64. "engines": {
  65. "node": ">= 6.0.0"
  66. },
  67. "homepage": "https://github.com/inxilpro/node-app-root-path",
  68. "keywords": [
  69. "root",
  70. "path",
  71. "utility",
  72. "util",
  73. "node",
  74. "module",
  75. "modules",
  76. "node_modules",
  77. "require",
  78. "app"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "app-root-path",
  83. "release": {
  84. "branch": "master"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/inxilpro/node-app-root-path.git"
  89. },
  90. "scripts": {
  91. "release": "semantic-release pre && npm publish && semantic-release post",
  92. "report-coverage": "npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
  93. "test": "nyc mocha -R spec"
  94. },
  95. "version": "2.2.1"
  96. }