package.json 3.1 KB

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