package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "deprecation@^2.0.0",
  3. "_id": "deprecation@2.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==",
  6. "_location": "/deprecation",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "deprecation@^2.0.0",
  12. "name": "deprecation",
  13. "escapedName": "deprecation",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@octokit/plugin-rest-endpoint-methods",
  20. "/@octokit/request",
  21. "/@octokit/request-error",
  22. "/@octokit/rest",
  23. "/@octokit/rest/@octokit/request-error"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
  26. "_shasum": "6368cbdb40abf3373b525ac87e4a260c3a700919",
  27. "_spec": "deprecation@^2.0.0",
  28. "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@octokit/request",
  29. "bugs": {
  30. "url": "https://github.com/gr2m/deprecation/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Log a deprecation message with stack",
  36. "devDependencies": {
  37. "@pika/pack": "^0.3.7",
  38. "@pika/plugin-build-node": "^0.4.0",
  39. "@pika/plugin-build-types": "^0.4.0",
  40. "@pika/plugin-build-web": "^0.4.0",
  41. "@pika/plugin-standard-pkg": "^0.4.0",
  42. "semantic-release": "^15.13.3"
  43. },
  44. "esnext": "dist-src/index.js",
  45. "files": [
  46. "dist-*/",
  47. "bin/"
  48. ],
  49. "homepage": "https://github.com/gr2m/deprecation#readme",
  50. "keywords": [
  51. "deprecate",
  52. "deprecated",
  53. "deprecation"
  54. ],
  55. "license": "ISC",
  56. "main": "dist-node/index.js",
  57. "module": "dist-web/index.js",
  58. "name": "deprecation",
  59. "pika": true,
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/gr2m/deprecation.git"
  63. },
  64. "sideEffects": false,
  65. "types": "dist-types/index.d.ts",
  66. "version": "2.3.1"
  67. }