package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "date-now@^0.1.4",
  6. "scope": null,
  7. "escapedName": "date-now",
  8. "name": "date-now",
  9. "rawSpec": "^0.1.4",
  10. "spec": ">=0.1.4 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/console-browserify"
  14. ]
  15. ],
  16. "_from": "date-now@>=0.1.4 <0.2.0",
  17. "_id": "date-now@0.1.4",
  18. "_inCache": true,
  19. "_location": "/date-now",
  20. "_npmUser": {
  21. "name": "raynos",
  22. "email": "raynos2@gmail.com"
  23. },
  24. "_npmVersion": "1.2.3",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "date-now@^0.1.4",
  28. "scope": null,
  29. "escapedName": "date-now",
  30. "name": "date-now",
  31. "rawSpec": "^0.1.4",
  32. "spec": ">=0.1.4 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/console-browserify"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
  39. "_shasum": "eaf439fd4d4848ad74e5cc7dbef200672b9e345b",
  40. "_shrinkwrap": null,
  41. "_spec": "date-now@^0.1.4",
  42. "_where": "/home/conte/data/reveal.js/node_modules/console-browserify",
  43. "author": {
  44. "name": "Raynos",
  45. "email": "raynos2@gmail.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/Colingo/date-now/issues",
  49. "email": "raynos2@gmail.com"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Artem Shoobovych"
  54. }
  55. ],
  56. "dependencies": {},
  57. "description": "A requirable version of Date.now()",
  58. "devDependencies": {
  59. "browserify": "https://github.com/raynos/node-browserify/tarball/master",
  60. "tape": "~0.2.2",
  61. "testem": "~0.2.52"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "eaf439fd4d4848ad74e5cc7dbef200672b9e345b",
  66. "tarball": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz"
  67. },
  68. "homepage": "https://github.com/Colingo/date-now",
  69. "keywords": [],
  70. "licenses": [
  71. {
  72. "type": "MIT",
  73. "url": "http://github.com/Colingo/date-now/raw/master/LICENSE"
  74. }
  75. ],
  76. "main": "index",
  77. "maintainers": [
  78. {
  79. "name": "raynos",
  80. "email": "raynos2@gmail.com"
  81. }
  82. ],
  83. "name": "date-now",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/Colingo/date-now.git"
  89. },
  90. "scripts": {
  91. "build": "browserify test/index.js -o test/static/bundle.js",
  92. "test": "node ./test",
  93. "testem": "testem"
  94. },
  95. "testling": {
  96. "files": "test/*.js",
  97. "browsers": {
  98. "ie": [
  99. "8",
  100. "9",
  101. "10"
  102. ],
  103. "firefox": [
  104. "16",
  105. "17",
  106. "nightly"
  107. ],
  108. "chrome": [
  109. "22",
  110. "23",
  111. "canary"
  112. ],
  113. "opera": [
  114. "12",
  115. "next"
  116. ],
  117. "safari": [
  118. "5.1"
  119. ]
  120. }
  121. },
  122. "version": "0.1.4"
  123. }