You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
3.1 KiB

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