package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "resolve@^1.10.0",
  3. "_id": "resolve@1.20.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
  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.20.0.tgz",
  22. "_shasum": "629a013fb3f70755d6f0b7935cc1c2c5378b1975",
  23. "_spec": "resolve@^1.10.0",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/normalize-package-data",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/browserify/resolve/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-core-module": "^2.2.0",
  36. "path-parse": "^1.0.6"
  37. },
  38. "deprecated": false,
  39. "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^17.5.1",
  42. "array.prototype.map": "^1.0.3",
  43. "aud": "^1.1.4",
  44. "eclint": "^2.8.1",
  45. "eslint": "^7.19.0",
  46. "object-keys": "^1.1.1",
  47. "safe-publish-latest": "^1.1.4",
  48. "tap": "0.4.13",
  49. "tape": "^5.1.1"
  50. },
  51. "funding": {
  52. "url": "https://github.com/sponsors/ljharb"
  53. },
  54. "homepage": "https://github.com/browserify/resolve#readme",
  55. "keywords": [
  56. "resolve",
  57. "require",
  58. "node",
  59. "module"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "resolve",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/browserify/resolve.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint --ext=js,mjs .",
  70. "posttest": "npm run test:multirepo && aud --production",
  71. "prelint": "eclint check '**/*'",
  72. "prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
  73. "pretest": "npm run lint",
  74. "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
  75. "test": "npm run --silent tests-only",
  76. "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
  77. "tests-only": "tape test/*.js"
  78. },
  79. "version": "1.20.0"
  80. }