package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "@rollup/plugin-node-resolve@^7.1.1",
  3. "_id": "@rollup/plugin-node-resolve@7.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==",
  6. "_location": "/@rollup/plugin-node-resolve",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@rollup/plugin-node-resolve@^7.1.1",
  12. "name": "@rollup/plugin-node-resolve",
  13. "escapedName": "@rollup%2fplugin-node-resolve",
  14. "scope": "@rollup",
  15. "rawSpec": "^7.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.1.1"
  18. },
  19. "_requiredBy": [
  20. "/workbox-build"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz",
  23. "_shasum": "80de384edfbd7bfc9101164910f86078151a3eca",
  24. "_spec": "@rollup/plugin-node-resolve@^7.1.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  26. "author": {
  27. "name": "Rich Harris",
  28. "email": "richard.a.harris@gmail.com"
  29. },
  30. "ava": {
  31. "files": [
  32. "!**/fixtures/**",
  33. "!**/helpers/**",
  34. "!**/recipes/**",
  35. "!**/types.ts"
  36. ]
  37. },
  38. "bugs": {
  39. "url": "https://github.com/rollup/plugins/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "@rollup/pluginutils": "^3.0.8",
  44. "@types/resolve": "0.0.8",
  45. "builtin-modules": "^3.1.0",
  46. "is-module": "^1.0.0",
  47. "resolve": "^1.14.2"
  48. },
  49. "deprecated": false,
  50. "description": "Locate and bundle third-party dependencies in node_modules",
  51. "devDependencies": {
  52. "@babel/core": "^7.9.0",
  53. "@babel/preset-env": "^7.9.0",
  54. "@rollup/plugin-json": "^4.0.1",
  55. "es5-ext": "^0.10.53",
  56. "rollup": "^2.0.0",
  57. "rollup-plugin-babel": "^4.3.3",
  58. "rollup-plugin-commonjs": "^10.1.0",
  59. "source-map": "^0.7.3",
  60. "string-capitalize": "^1.0.1"
  61. },
  62. "engines": {
  63. "node": ">= 8.0.0"
  64. },
  65. "files": [
  66. "dist",
  67. "types",
  68. "README.md",
  69. "LICENSE"
  70. ],
  71. "homepage": "https://github.com/rollup/plugins/tree/master/packages/node-resolve/#readme",
  72. "keywords": [
  73. "rollup",
  74. "plugin",
  75. "es2015",
  76. "npm",
  77. "modules"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index.js",
  81. "module": "dist/index.es.js",
  82. "name": "@rollup/plugin-node-resolve",
  83. "peerDependencies": {
  84. "rollup": "^1.20.0||^2.0.0"
  85. },
  86. "publishConfig": {
  87. "access": "public"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/rollup/plugins.git"
  92. },
  93. "scripts": {
  94. "build": "rollup -c",
  95. "ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
  96. "ci:lint": "pnpm run build && pnpm run lint",
  97. "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
  98. "ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
  99. "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package",
  100. "lint:docs": "prettier --single-quote --write README.md",
  101. "lint:js": "eslint --fix --cache src test types --ext .js,.ts",
  102. "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
  103. "prebuild": "del-cli dist",
  104. "prepare": "pnpm run build",
  105. "prepublishOnly": "pnpm run lint && pnpm run test && pnpm run test:ts",
  106. "pretest": "pnpm run build",
  107. "test": "ava",
  108. "test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
  109. },
  110. "types": "types/index.d.ts",
  111. "version": "7.1.3"
  112. }