package.json 1.3 KB

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