package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "silly-datetime",
  3. "_id": "silly-datetime@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IZeOjo2EgWFgY6wRL/FGk/BuuFs=",
  6. "_location": "/silly-datetime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "silly-datetime",
  12. "name": "silly-datetime",
  13. "escapedName": "silly-datetime",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/silly-datetime/-/silly-datetime-0.1.2.tgz",
  23. "_shasum": "21978e8e8d8481616063ac112ff14693f06eb85b",
  24. "_spec": "silly-datetime",
  25. "_where": "C:\\socket\\chatroom-myclient",
  26. "author": {
  27. "name": "Hans Chan"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/csbun/silly-datetime/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "simple datetime formater",
  35. "devDependencies": {
  36. "babel-preset-es2015-rollup": "^1.0.0",
  37. "coveralls": "^2.11.3",
  38. "istanbul": "^0.3.17",
  39. "mocha": "^2.2.5",
  40. "mocha-lcov-reporter": "0.0.2",
  41. "rollup": "^0.21.0",
  42. "rollup-plugin-babel": "^2.1.0"
  43. },
  44. "homepage": "https://github.com/csbun/silly-datetime",
  45. "jsnext:main": "src/index.js",
  46. "keywords": [
  47. "datetime",
  48. "format"
  49. ],
  50. "license": "MIT",
  51. "main": "dest/index.js",
  52. "name": "silly-datetime",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/csbun/silly-datetime.git"
  56. },
  57. "scripts": {
  58. "prepublish": "node rollup.js",
  59. "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  60. },
  61. "version": "0.1.2"
  62. }