package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "defined@1.0.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "defined@1.0.0",
  9. "_id": "defined@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=",
  12. "_location": "/defined",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "defined@1.0.0",
  18. "name": "defined",
  19. "escapedName": "defined",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/cssnano"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/defined/issues"
  37. },
  38. "dependencies": {},
  39. "description": "return the first argument that is `!== undefined`",
  40. "devDependencies": {
  41. "tape": "~3.5.0"
  42. },
  43. "directories": {
  44. "example": "example",
  45. "test": "test"
  46. },
  47. "homepage": "https://github.com/substack/defined",
  48. "keywords": [
  49. "undefined",
  50. "short-circuit",
  51. "||",
  52. "or",
  53. "//",
  54. "defined-or"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "defined",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/substack/defined.git"
  62. },
  63. "scripts": {
  64. "test": "tape test/*.js"
  65. },
  66. "testling": {
  67. "files": "test/*.js",
  68. "browsers": {
  69. "ie": [
  70. 6,
  71. 7,
  72. 8,
  73. 9
  74. ],
  75. "ff": [
  76. 3.5,
  77. 10,
  78. 15
  79. ],
  80. "chrome": [
  81. 10,
  82. 22
  83. ],
  84. "safari": [
  85. 5.1
  86. ],
  87. "opera": [
  88. 12
  89. ]
  90. }
  91. },
  92. "version": "1.0.0"
  93. }