package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "proper-lockfile@^4.1.2",
  3. "_id": "proper-lockfile@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==",
  6. "_location": "/proper-lockfile",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "proper-lockfile@^4.1.2",
  12. "name": "proper-lockfile",
  13. "escapedName": "proper-lockfile",
  14. "rawSpec": "^4.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.2"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
  22. "_shasum": "c8b9de2af6b2f1601067f98e01ac66baa223141f",
  23. "_spec": "proper-lockfile@^4.1.2",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\utils",
  25. "author": {
  26. "name": "André Cruz",
  27. "email": "andre@moxy.studio"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/moxystudio/node-proper-lockfile/issues"
  31. },
  32. "bundleDependencies": false,
  33. "commitlint": {
  34. "extends": [
  35. "@commitlint/config-conventional"
  36. ]
  37. },
  38. "dependencies": {
  39. "graceful-fs": "^4.2.4",
  40. "retry": "^0.12.0",
  41. "signal-exit": "^3.0.2"
  42. },
  43. "deprecated": false,
  44. "description": "A inter-process and inter-machine lockfile utility that works on a local or network file system",
  45. "devDependencies": {
  46. "@commitlint/cli": "^7.0.0",
  47. "@commitlint/config-conventional": "^7.0.1",
  48. "@segment/clear-timeouts": "^2.0.0",
  49. "delay": "^4.1.0",
  50. "eslint": "^5.3.0",
  51. "eslint-config-moxy": "^7.1.0",
  52. "execa": "^1.0.0",
  53. "husky": "^1.1.4",
  54. "jest": "^24.5.0",
  55. "lint-staged": "^8.0.4",
  56. "mkdirp": "^0.5.1",
  57. "p-defer": "^2.1.0",
  58. "rimraf": "^2.6.2",
  59. "stable": "^0.1.8",
  60. "standard-version": "^5.0.0",
  61. "thread-sleep": "^2.1.0"
  62. },
  63. "files": [
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/moxystudio/node-proper-lockfile",
  67. "husky": {
  68. "hooks": {
  69. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  70. "pre-commit": "lint-staged"
  71. }
  72. },
  73. "keywords": [
  74. "lock",
  75. "locking",
  76. "file",
  77. "lockfile",
  78. "fs",
  79. "cross-process"
  80. ],
  81. "license": "MIT",
  82. "lint-staged": {
  83. "*.js": [
  84. "eslint --fix",
  85. "git add"
  86. ]
  87. },
  88. "main": "index.js",
  89. "name": "proper-lockfile",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+ssh://git@github.com/moxystudio/node-proper-lockfile.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint .",
  96. "postrelease": "git push --follow-tags origin HEAD && npm publish",
  97. "prerelease": "npm t && npm run lint",
  98. "release": "standard-version",
  99. "test": "jest --env node --coverage --runInBand"
  100. },
  101. "version": "4.1.2"
  102. }