package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "pretty-hrtime@^1.0.0",
  6. "scope": null,
  7. "escapedName": "pretty-hrtime",
  8. "name": "pretty-hrtime",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp"
  14. ]
  15. ],
  16. "_from": "pretty-hrtime@>=1.0.0 <2.0.0",
  17. "_id": "pretty-hrtime@1.0.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/pretty-hrtime",
  21. "_nodeVersion": "6.9.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/pretty-hrtime-1.0.3.tgz_1478374729207_0.19822899298742414"
  25. },
  26. "_npmUser": {
  27. "name": "robrich",
  28. "email": "robrich@robrich.org"
  29. },
  30. "_npmVersion": "3.10.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "pretty-hrtime@^1.0.0",
  34. "scope": null,
  35. "escapedName": "pretty-hrtime",
  36. "name": "pretty-hrtime",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
  45. "_shasum": "b7e3ea42435a4c9b2759d99e0f201eb195802ee1",
  46. "_shrinkwrap": null,
  47. "_spec": "pretty-hrtime@^1.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp",
  49. "author": {
  50. "name": "Rob Richardson",
  51. "url": "http://robrich.org/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/robrich/pretty-hrtime/issues"
  55. },
  56. "dependencies": {},
  57. "description": "process.hrtime() to words",
  58. "devDependencies": {
  59. "jshint": "^2.9.4",
  60. "mocha": "^3.1.2",
  61. "should": "^11.1.1"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "b7e3ea42435a4c9b2759d99e0f201eb195802ee1",
  66. "tarball": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz"
  67. },
  68. "engines": {
  69. "node": ">= 0.8"
  70. },
  71. "gitHead": "fc030888103dff4a22004935ce4d15dd8f34a956",
  72. "homepage": "https://github.com/robrich/pretty-hrtime",
  73. "keywords": [
  74. "hrtime",
  75. "benchmark"
  76. ],
  77. "license": "MIT",
  78. "main": "./index.js",
  79. "maintainers": [
  80. {
  81. "name": "robrich",
  82. "email": "robrich@robrich.org"
  83. }
  84. ],
  85. "name": "pretty-hrtime",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/robrich/pretty-hrtime.git"
  91. },
  92. "scripts": {
  93. "test": "mocha && jshint ."
  94. },
  95. "version": "1.0.3"
  96. }