package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "simple-swizzle@0.2.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "simple-swizzle@0.2.2",
  9. "_id": "simple-swizzle@0.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  12. "_location": "/simple-swizzle",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "simple-swizzle@0.2.2",
  18. "name": "simple-swizzle",
  19. "escapedName": "simple-swizzle",
  20. "rawSpec": "0.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.2"
  23. },
  24. "_requiredBy": [
  25. "/color-string"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  28. "_spec": "0.2.2",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Qix",
  32. "url": "http://github.com/qix-"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/qix-/node-simple-swizzle/issues"
  36. },
  37. "dependencies": {
  38. "is-arrayish": "^0.3.1"
  39. },
  40. "description": "Simply swizzle your arguments",
  41. "devDependencies": {
  42. "coffee-script": "^1.9.3",
  43. "coveralls": "^2.11.2",
  44. "istanbul": "^0.3.17",
  45. "mocha": "^2.2.5",
  46. "should": "^7.0.1",
  47. "xo": "^0.7.1"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/qix-/node-simple-swizzle#readme",
  53. "keywords": [
  54. "argument",
  55. "arguments",
  56. "swizzle",
  57. "swizzling",
  58. "parameter",
  59. "parameters",
  60. "mixed",
  61. "array"
  62. ],
  63. "license": "MIT",
  64. "name": "simple-swizzle",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/qix-/node-simple-swizzle.git"
  68. },
  69. "scripts": {
  70. "pretest": "xo",
  71. "test": "mocha --compilers coffee:coffee-script/register"
  72. },
  73. "version": "0.2.2"
  74. }