package.json 1.7 KB

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