package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "wrappy@1.0.2",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wrappy@1.0.2",
  10. "_id": "wrappy@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
  13. "_location": "/wrappy",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wrappy@1.0.2",
  19. "name": "wrappy",
  20. "escapedName": "wrappy",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/inflight",
  27. "/once"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/npm/wrappy/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Callback wrapping utility",
  42. "devDependencies": {
  43. "tap": "^2.3.1"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "files": [
  49. "wrappy.js"
  50. ],
  51. "homepage": "https://github.com/npm/wrappy",
  52. "license": "ISC",
  53. "main": "wrappy.js",
  54. "name": "wrappy",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/npm/wrappy.git"
  58. },
  59. "scripts": {
  60. "test": "tap --coverage test/*.js"
  61. },
  62. "version": "1.0.2"
  63. }