package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "wrappy@1",
  6. "scope": null,
  7. "escapedName": "wrappy",
  8. "name": "wrappy",
  9. "rawSpec": "1",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inflight"
  14. ]
  15. ],
  16. "_from": "wrappy@>=1.0.0 <2.0.0",
  17. "_id": "wrappy@1.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/wrappy",
  21. "_nodeVersion": "5.10.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/wrappy-1.0.2.tgz_1463527848281_0.037129373755306005"
  25. },
  26. "_npmUser": {
  27. "name": "zkat",
  28. "email": "kat@sykosomatic.org"
  29. },
  30. "_npmVersion": "3.9.1",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "wrappy@1",
  34. "scope": null,
  35. "escapedName": "wrappy",
  36. "name": "wrappy",
  37. "rawSpec": "1",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/duplexify/once",
  43. "/end-of-stream/once",
  44. "/inflight",
  45. "/once"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  48. "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
  49. "_shrinkwrap": null,
  50. "_spec": "wrappy@1",
  51. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inflight",
  52. "author": {
  53. "name": "Isaac Z. Schlueter",
  54. "email": "i@izs.me",
  55. "url": "http://blog.izs.me/"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/npm/wrappy/issues"
  59. },
  60. "dependencies": {},
  61. "description": "Callback wrapping utility",
  62. "devDependencies": {
  63. "tap": "^2.3.1"
  64. },
  65. "directories": {
  66. "test": "test"
  67. },
  68. "dist": {
  69. "shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
  70. "tarball": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
  71. },
  72. "files": [
  73. "wrappy.js"
  74. ],
  75. "gitHead": "71d91b6dc5bdeac37e218c2cf03f9ab55b60d214",
  76. "homepage": "https://github.com/npm/wrappy",
  77. "license": "ISC",
  78. "main": "wrappy.js",
  79. "maintainers": [
  80. {
  81. "name": "isaacs",
  82. "email": "i@izs.me"
  83. },
  84. {
  85. "name": "zkat",
  86. "email": "kat@sykosomatic.org"
  87. }
  88. ],
  89. "name": "wrappy",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/npm/wrappy.git"
  95. },
  96. "scripts": {
  97. "test": "tap --coverage test/*.js"
  98. },
  99. "version": "1.0.2"
  100. }