package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "resolve@^1.1.7",
  3. "_id": "resolve@1.22.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
  6. "_location": "/resolve",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "resolve@^1.1.7",
  12. "name": "resolve",
  13. "escapedName": "resolve",
  14. "rawSpec": "^1.1.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.7"
  17. },
  18. "_requiredBy": [
  19. "/liftoff",
  20. "/matchdep",
  21. "/normalize-package-data",
  22. "/rechoir"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.2.tgz",
  25. "_shasum": "0ed0943d4e301867955766c9f3e1ae6d01c6845f",
  26. "_spec": "resolve@^1.1.7",
  27. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/liftoff",
  28. "author": {
  29. "name": "James Halliday",
  30. "email": "mail@substack.net",
  31. "url": "http://substack.net"
  32. },
  33. "bin": {
  34. "resolve": "bin/resolve"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/browserify/resolve/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "is-core-module": "^2.11.0",
  42. "path-parse": "^1.0.7",
  43. "supports-preserve-symlinks-flag": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.0.1",
  49. "array.prototype.map": "^1.0.5",
  50. "aud": "^2.0.2",
  51. "copy-dir": "^1.3.0",
  52. "eclint": "^2.8.1",
  53. "eslint": "=8.8.0",
  54. "in-publish": "^2.0.1",
  55. "mkdirp": "^0.5.5",
  56. "mv": "^2.1.1",
  57. "npmignore": "^0.3.0",
  58. "object-keys": "^1.1.1",
  59. "rimraf": "^2.7.1",
  60. "safe-publish-latest": "^2.0.0",
  61. "semver": "^6.3.0",
  62. "tap": "0.4.13",
  63. "tape": "^5.6.3",
  64. "tmp": "^0.0.31"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/browserify/resolve#readme",
  70. "keywords": [
  71. "resolve",
  72. "require",
  73. "node",
  74. "module"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "resolve",
  79. "publishConfig": {
  80. "ignore": [
  81. ".github/workflows",
  82. "appveyor.yml"
  83. ]
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/browserify/resolve.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
  91. "posttest": "npm run test:multirepo && aud --production",
  92. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  93. "prepack": "npmignore --auto --commentLines=autogenerated && cp node_modules/is-core-module/core.json ./lib/ ||:",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run lint",
  97. "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
  98. "test": "npm run --silent tests-only",
  99. "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
  100. "tests-only": "tape test/*.js"
  101. },
  102. "version": "1.22.2"
  103. }