package.json 2.2 KB

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