package.json 2.3 KB

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