package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "arity-n@^1.0.4",
  3. "_id": "arity-n@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U=",
  6. "_location": "/arity-n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arity-n@^1.0.4",
  12. "name": "arity-n",
  13. "escapedName": "arity-n",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/compose-function"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz",
  22. "_shasum": "d9e76b11733e08569c0847ae7b39b2860b30b745",
  23. "_spec": "arity-n@^1.0.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\compose-function",
  25. "author": {
  26. "name": "stoeffel"
  27. },
  28. "bugs": {
  29. "url": "http://github.com/stoeffel/arityN/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Wraps a function with a function of a sertain arity.",
  35. "devDependencies": {
  36. "expect.js": "^0.3.1",
  37. "mocha": "^2.1.0",
  38. "mocha-traceur": "^2.1.0",
  39. "sinon": "^1.12.2"
  40. },
  41. "homepage": "http://github.com/stoeffel/arityN",
  42. "keywords": [
  43. "function",
  44. "arity",
  45. "functional"
  46. ],
  47. "license": "MIT",
  48. "main": "N.js",
  49. "name": "arity-n",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+ssh://git@github.com/stoeffel/arityN.git"
  53. },
  54. "scripts": {
  55. "test": "mocha --reporter nyan --compilers js:mocha-traceur"
  56. },
  57. "version": "1.0.4"
  58. }