package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "performance-now@0.2.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "performance-now@0.2.0",
  10. "_id": "performance-now@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=",
  13. "_location": "/performance-now",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "performance-now@0.2.0",
  19. "name": "performance-now",
  20. "escapedName": "performance-now",
  21. "rawSpec": "0.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.0"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
  29. "_spec": "0.2.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Meryn Stol",
  33. "email": "merynstol@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/meryn/performance-now/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Implements performance.now (based on process.hrtime).",
  40. "devDependencies": {
  41. "coffee-script": "~1.7.1",
  42. "mocha": "~1.21.0"
  43. },
  44. "homepage": "https://github.com/meryn/performance-now",
  45. "keywords": [],
  46. "license": "MIT",
  47. "main": "lib/performance-now.js",
  48. "name": "performance-now",
  49. "optionalDependencies": {},
  50. "private": false,
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/meryn/performance-now.git"
  54. },
  55. "scripts": {
  56. "prepublish": "npm test",
  57. "pretest": "make build",
  58. "test": "make test"
  59. },
  60. "version": "0.2.0"
  61. }