package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "defined@1.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "defined@1.0.1",
  10. "_id": "defined@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==",
  13. "_location": "/defined",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "defined@1.0.1",
  19. "name": "defined",
  20. "escapedName": "defined",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/cssnano"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/defined/issues"
  46. },
  47. "description": "return the first argument that is `!== undefined`",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.0.0",
  50. "aud": "^2.0.1",
  51. "auto-changelog": "^2.4.0",
  52. "eslint": "=8.8.0",
  53. "in-publish": "^2.0.1",
  54. "npmignore": "^0.3.0",
  55. "safe-publish-latest": "^2.0.0",
  56. "tape": "^5.6.1"
  57. },
  58. "directories": {
  59. "example": "example",
  60. "test": "test"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/inspect-js/defined",
  66. "keywords": [
  67. "undefined",
  68. "short-circuit",
  69. "||",
  70. "or",
  71. "//",
  72. "defined-or"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "defined",
  77. "publishConfig": {
  78. "ignore": [
  79. ".github/workflows"
  80. ]
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/inspect-js/defined.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --ext=js,mjs .",
  88. "posttest": "aud --production",
  89. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  90. "prepack": "npmignore --auto --commentLines=autogenerated",
  91. "prepublish": "not-in-publish || npm run prepublishOnly",
  92. "prepublishOnly": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run tests-only",
  95. "tests-only": "tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "testling": {
  99. "files": "test/*.js",
  100. "browsers": {
  101. "ie": [
  102. 6,
  103. 7,
  104. 8,
  105. 9
  106. ],
  107. "ff": [
  108. 3.5,
  109. 10,
  110. 15
  111. ],
  112. "chrome": [
  113. 10,
  114. 22
  115. ],
  116. "safari": [
  117. 5.1
  118. ],
  119. "opera": [
  120. 12
  121. ]
  122. }
  123. },
  124. "version": "1.0.1"
  125. }