package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "pretty-hrtime@1.0.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pretty-hrtime@1.0.3",
  10. "_id": "pretty-hrtime@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=",
  13. "_location": "/pretty-hrtime",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pretty-hrtime@1.0.3",
  19. "name": "pretty-hrtime",
  20. "escapedName": "pretty-hrtime",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/gulp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Rob Richardson",
  33. "url": "http://robrich.org/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/robrich/pretty-hrtime/issues"
  37. },
  38. "description": "process.hrtime() to words",
  39. "devDependencies": {
  40. "jshint": "^2.9.4",
  41. "mocha": "^3.1.2",
  42. "should": "^11.1.1"
  43. },
  44. "engines": {
  45. "node": ">= 0.8"
  46. },
  47. "homepage": "https://github.com/robrich/pretty-hrtime",
  48. "keywords": [
  49. "hrtime",
  50. "benchmark"
  51. ],
  52. "license": "MIT",
  53. "main": "./index.js",
  54. "name": "pretty-hrtime",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/robrich/pretty-hrtime.git"
  58. },
  59. "scripts": {
  60. "test": "mocha && jshint ."
  61. },
  62. "version": "1.0.3"
  63. }