package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "resolve@^1.10.0",
  3. "_id": "resolve@1.22.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
  6. "_location": "/resolve",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "resolve@^1.10.0",
  12. "name": "resolve",
  13. "escapedName": "resolve",
  14. "rawSpec": "^1.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.10.0"
  17. },
  18. "_requiredBy": [
  19. "/normalize-package-data"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
  22. "_shasum": "1dc40df46554cdaf8948a486a10f6ba1e2026c34",
  23. "_spec": "resolve@^1.10.0",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\normalize-package-data",
  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.13.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.0",
  46. "array.prototype.map": "^1.0.5",
  47. "aud": "^2.0.3",
  48. "copy-dir": "^1.3.0",
  49. "eclint": "^2.8.1",
  50. "eslint": "=8.8.0",
  51. "in-publish": "^2.0.1",
  52. "mkdirp": "^0.5.5",
  53. "mv": "^2.1.1",
  54. "npmignore": "^0.3.0",
  55. "object-keys": "^1.1.1",
  56. "rimraf": "^2.7.1",
  57. "safe-publish-latest": "^2.0.0",
  58. "semver": "^6.3.1",
  59. "tap": "0.4.13",
  60. "tape": "^5.6.6",
  61. "tmp": "^0.0.31"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/browserify/resolve#readme",
  67. "keywords": [
  68. "resolve",
  69. "require",
  70. "node",
  71. "module"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "resolve",
  76. "publishConfig": {
  77. "ignore": [
  78. ".github/workflows",
  79. "appveyor.yml"
  80. ]
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/browserify/resolve.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
  88. "posttest": "npm run test:multirepo && aud --production",
  89. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  90. "prepack": "npmignore --auto --commentLines=autogenerated && cp node_modules/is-core-module/core.json ./lib/ ||:",
  91. "prepublish": "not-in-publish || npm run prepublishOnly",
  92. "prepublishOnly": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
  95. "test": "npm run --silent tests-only",
  96. "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
  97. "tests-only": "tape test/*.js"
  98. },
  99. "version": "1.22.4"
  100. }