package.json 3.1 KB

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