package.json 1.8 KB

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