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.
 
 
 
 

99 lines
2.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "realpath-native@1.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "realpath-native@1.1.0",
  9. "_id": "realpath-native@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==",
  12. "_location": "/realpath-native",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "realpath-native@1.1.0",
  18. "name": "realpath-native",
  19. "escapedName": "realpath-native",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/jest-resolve",
  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": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. }