You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

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