package.json 2.4 KB

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