package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "are-we-there-yet@1.1.4",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "are-we-there-yet@1.1.4",
  10. "_id": "are-we-there-yet@1.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
  13. "_location": "/are-we-there-yet",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "are-we-there-yet@1.1.4",
  19. "name": "are-we-there-yet",
  20. "escapedName": "are-we-there-yet",
  21. "rawSpec": "1.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.4"
  24. },
  25. "_requiredBy": [
  26. "/npmlog"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
  29. "_spec": "1.1.4",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Rebecca Turner",
  33. "url": "http://re-becca.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/iarna/are-we-there-yet/issues"
  37. },
  38. "dependencies": {
  39. "delegates": "^1.0.0",
  40. "readable-stream": "^2.0.6"
  41. },
  42. "description": "Keep track of the overall completion of many disparate processes",
  43. "devDependencies": {
  44. "standard": "^6.0.8",
  45. "tap": "^5.7.0"
  46. },
  47. "files": [
  48. "index.js",
  49. "tracker-base.js",
  50. "tracker-group.js",
  51. "tracker-stream.js",
  52. "tracker.js",
  53. "CHANGES.md"
  54. ],
  55. "homepage": "https://github.com/iarna/are-we-there-yet",
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "are-we-there-yet",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/iarna/are-we-there-yet.git"
  62. },
  63. "scripts": {
  64. "test": "standard && tap test/*.js"
  65. },
  66. "version": "1.1.4"
  67. }