package.json 3.2 KB

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