package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "realpath-native@1.1.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "realpath-native@1.1.0",
  10. "_id": "realpath-native@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==",
  13. "_location": "/realpath-native",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "realpath-native@1.1.0",
  19. "name": "realpath-native",
  20. "escapedName": "realpath-native",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-runtime",
  27. "/jest/jest-cli"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Simen Bekkhus",
  34. "email": "sbekkhus91@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/SimenB/realpath-native/issues"
  38. },
  39. "commitlint": {
  40. "extends": [
  41. "@commitlint/config-conventional"
  42. ]
  43. },
  44. "dependencies": {
  45. "util.promisify": "^1.0.0"
  46. },
  47. "description": "Use the system's native `realpath`",
  48. "devDependencies": {
  49. "@commitlint/cli": "^6.0.2",
  50. "@commitlint/config-conventional": "^6.0.2",
  51. "ava": "^0.25.0",
  52. "eslint": "^4.13.1",
  53. "eslint-config-simenb-base": "^14.0.0",
  54. "eslint-config-simenb-node": "^0.4.11",
  55. "husky": "^0.14.3",
  56. "lint-staged": "^6.0.0",
  57. "prettier": "^1.16.4"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js",
  64. "index.d.ts"
  65. ],
  66. "homepage": "https://github.com/SimenB/realpath-native#readme",
  67. "keywords": [
  68. "realpath"
  69. ],
  70. "license": "MIT",
  71. "lint-staged": {
  72. "*.js": [
  73. "eslint --fix",
  74. "git add"
  75. ],
  76. "*.{md,json,ts}": [
  77. "prettier --write",
  78. "git add"
  79. ]
  80. },
  81. "main": "index.js",
  82. "name": "realpath-native",
  83. "prettier": {
  84. "proseWrap": "always",
  85. "singleQuote": true,
  86. "trailingComma": "es5"
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/SimenB/realpath-native.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint .",
  94. "test": "eslint . && ava"
  95. },
  96. "types": "index.d.ts",
  97. "version": "1.1.0"
  98. }