package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "date-now@0.1.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "date-now@0.1.4",
  10. "_id": "date-now@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
  13. "_location": "/date-now",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "date-now@0.1.4",
  19. "name": "date-now",
  20. "escapedName": "date-now",
  21. "rawSpec": "0.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.4"
  24. },
  25. "_requiredBy": [
  26. "/console-browserify"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/date-now/download/date-now-0.1.4.tgz",
  29. "_spec": "0.1.4",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Raynos",
  33. "email": "raynos2@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Colingo/date-now/issues",
  37. "email": "raynos2@gmail.com"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Artem Shoobovych"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "A requirable version of Date.now()",
  46. "devDependencies": {
  47. "browserify": "https://github.com/raynos/node-browserify/tarball/master",
  48. "tape": "~0.2.2",
  49. "testem": "~0.2.52"
  50. },
  51. "homepage": "https://github.com/Colingo/date-now",
  52. "keywords": [],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/Colingo/date-now/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "index",
  60. "name": "date-now",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/Colingo/date-now.git"
  64. },
  65. "scripts": {
  66. "build": "browserify test/index.js -o test/static/bundle.js",
  67. "test": "node ./test",
  68. "testem": "testem"
  69. },
  70. "testling": {
  71. "files": "test/*.js",
  72. "browsers": {
  73. "ie": [
  74. "8",
  75. "9",
  76. "10"
  77. ],
  78. "firefox": [
  79. "16",
  80. "17",
  81. "nightly"
  82. ],
  83. "chrome": [
  84. "22",
  85. "23",
  86. "canary"
  87. ],
  88. "opera": [
  89. "12",
  90. "next"
  91. ],
  92. "safari": [
  93. "5.1"
  94. ]
  95. }
  96. },
  97. "version": "0.1.4"
  98. }