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.

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "resolve@^1.1.7",
  3. "_id": "resolve@1.17.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==",
  6. "_location": "/resolve",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "resolve@^1.1.7",
  12. "name": "resolve",
  13. "escapedName": "resolve",
  14. "rawSpec": "^1.1.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.7"
  17. },
  18. "_requiredBy": [
  19. "/liftoff",
  20. "/matchdep",
  21. "/normalize-package-data",
  22. "/rechoir"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz",
  25. "_shasum": "b25941b54968231cc2d1bb76a79cb7f2c0bf8444",
  26. "_spec": "resolve@^1.1.7",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\liftoff",
  28. "author": {
  29. "name": "James Halliday",
  30. "email": "mail@substack.net",
  31. "url": "http://substack.net"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/browserify/resolve/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "path-parse": "^1.0.6"
  39. },
  40. "deprecated": false,
  41. "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
  42. "devDependencies": {
  43. "@ljharb/eslint-config": "^16.0.0",
  44. "array.prototype.map": "^1.0.2",
  45. "eslint": "^6.8.0",
  46. "object-keys": "^1.1.1",
  47. "safe-publish-latest": "^1.1.4",
  48. "tap": "0.4.13",
  49. "tape": "^5.0.0-next.5"
  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 .",
  70. "posttest": "npm run test:multirepo",
  71. "prepublish": "safe-publish-latest",
  72. "pretest": "npm run lint",
  73. "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
  74. "test": "npm run --silent tests-only",
  75. "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
  76. "tests-only": "tape test/*.js"
  77. },
  78. "version": "1.17.0"
  79. }