package.json 1.7 KB

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