package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "realpath-native@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "realpath-native@1.1.0",
  10. "_id": "realpath-native@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IAMpT+oj+wZy8kduviL89Jii1lw=",
  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-resolve",
  27. "/jest-runtime",
  28. "/jest/jest-cli"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/realpath-native/download/realpath-native-1.1.0.tgz",
  31. "_spec": "1.1.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Simen Bekkhus",
  35. "email": "sbekkhus91@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/SimenB/realpath-native/issues"
  39. },
  40. "commitlint": {
  41. "extends": [
  42. "@commitlint/config-conventional"
  43. ]
  44. },
  45. "dependencies": {
  46. "util.promisify": "^1.0.0"
  47. },
  48. "description": "Use the system's native `realpath`",
  49. "devDependencies": {
  50. "@commitlint/cli": "^6.0.2",
  51. "@commitlint/config-conventional": "^6.0.2",
  52. "ava": "^0.25.0",
  53. "eslint": "^4.13.1",
  54. "eslint-config-simenb-base": "^14.0.0",
  55. "eslint-config-simenb-node": "^0.4.11",
  56. "husky": "^0.14.3",
  57. "lint-staged": "^6.0.0",
  58. "prettier": "^1.16.4"
  59. },
  60. "engines": {
  61. "node": ">=4"
  62. },
  63. "files": [
  64. "index.js",
  65. "index.d.ts"
  66. ],
  67. "homepage": "https://github.com/SimenB/realpath-native#readme",
  68. "keywords": [
  69. "realpath"
  70. ],
  71. "license": "MIT",
  72. "lint-staged": {
  73. "*.js": [
  74. "eslint --fix",
  75. "git add"
  76. ],
  77. "*.{md,json,ts}": [
  78. "prettier --write",
  79. "git add"
  80. ]
  81. },
  82. "main": "index.js",
  83. "name": "realpath-native",
  84. "prettier": {
  85. "proseWrap": "always",
  86. "singleQuote": true,
  87. "trailingComma": "es5"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/SimenB/realpath-native.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint .",
  95. "test": "eslint . && ava"
  96. },
  97. "types": "index.d.ts",
  98. "version": "1.1.0"
  99. }