package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "deprecation@^2.0.0",
  3. "_id": "[email protected]",
  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/request",
  20. "/@octokit/request-error",
  21. "/@octokit/rest"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
  24. "_shasum": "6368cbdb40abf3373b525ac87e4a260c3a700919",
  25. "_spec": "deprecation@^2.0.0",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\@octokit\\rest",
  27. "bugs": {
  28. "url": "https://github.com/gr2m/deprecation/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {},
  32. "deprecated": false,
  33. "description": "Log a deprecation message with stack",
  34. "devDependencies": {
  35. "@pika/pack": "^0.3.7",
  36. "@pika/plugin-build-node": "^0.4.0",
  37. "@pika/plugin-build-types": "^0.4.0",
  38. "@pika/plugin-build-web": "^0.4.0",
  39. "@pika/plugin-standard-pkg": "^0.4.0",
  40. "semantic-release": "^15.13.3"
  41. },
  42. "esnext": "dist-src/index.js",
  43. "files": [
  44. "dist-*/",
  45. "bin/"
  46. ],
  47. "homepage": "https://github.com/gr2m/deprecation#readme",
  48. "keywords": [
  49. "deprecate",
  50. "deprecated",
  51. "deprecation"
  52. ],
  53. "license": "ISC",
  54. "main": "dist-node/index.js",
  55. "module": "dist-web/index.js",
  56. "name": "deprecation",
  57. "pika": true,
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/gr2m/deprecation.git"
  61. },
  62. "sideEffects": false,
  63. "types": "dist-types/index.d.ts",
  64. "version": "2.3.1"
  65. }