package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "wrappy@1",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/inflight"
  6. ]
  7. ],
  8. "_from": "wrappy@>=1.0.0 <2.0.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/wrappy",
  13. "_nodeVersion": "0.10.31",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "2.0.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "wrappy",
  22. "raw": "wrappy@1",
  23. "rawSpec": "1",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/inflight",
  30. "/once"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz",
  33. "_shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
  34. "_shrinkwrap": null,
  35. "_spec": "wrappy@1",
  36. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/inflight",
  37. "author": {
  38. "email": "[email protected]",
  39. "name": "Isaac Z. Schlueter",
  40. "url": "http://blog.izs.me/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/npm/wrappy/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Callback wrapping utility",
  47. "devDependencies": {
  48. "tap": "^0.4.12"
  49. },
  50. "directories": {
  51. "test": "test"
  52. },
  53. "dist": {
  54. "shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
  55. "tarball": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
  56. },
  57. "gitHead": "006a8cbac6b99988315834c207896eed71fd069a",
  58. "homepage": "https://github.com/npm/wrappy",
  59. "license": "ISC",
  60. "main": "wrappy.js",
  61. "maintainers": [
  62. {
  63. "name": "isaacs",
  64. "email": "[email protected]"
  65. }
  66. ],
  67. "name": "wrappy",
  68. "optionalDependencies": {},
  69. "readme": "ERROR: No README data found!",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/npm/wrappy.git"
  73. },
  74. "scripts": {
  75. "test": "tap test/*.js"
  76. },
  77. "version": "1.0.1"
  78. }