package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "chainsaw@~0.1.0",
  6. "scope": null,
  7. "escapedName": "chainsaw",
  8. "name": "chainsaw",
  9. "rawSpec": "~0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/binary"
  14. ]
  15. ],
  16. "_defaultsLoaded": true,
  17. "_engineSupported": true,
  18. "_from": "chainsaw@>=0.1.0 <0.2.0",
  19. "_id": "chainsaw@0.1.0",
  20. "_inCache": true,
  21. "_installable": true,
  22. "_location": "/chainsaw",
  23. "_nodeVersion": "v0.5.0-pre",
  24. "_npmVersion": "1.0.10",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "chainsaw@~0.1.0",
  28. "scope": null,
  29. "escapedName": "chainsaw",
  30. "name": "chainsaw",
  31. "rawSpec": "~0.1.0",
  32. "spec": ">=0.1.0 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/binary"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
  39. "_shasum": "5eab50b28afe58074d0d58291388828b5e5fbc98",
  40. "_shrinkwrap": null,
  41. "_spec": "chainsaw@~0.1.0",
  42. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/binary",
  43. "author": {
  44. "name": "James Halliday",
  45. "email": "mail@substack.net",
  46. "url": "http://substack.net"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/substack/node-chainsaw/issues"
  50. },
  51. "dependencies": {
  52. "traverse": ">=0.3.0 <0.4"
  53. },
  54. "description": "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
  55. "devDependencies": {},
  56. "directories": {},
  57. "dist": {
  58. "shasum": "5eab50b28afe58074d0d58291388828b5e5fbc98",
  59. "tarball": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz"
  60. },
  61. "engine": {
  62. "node": ">=0.4.0"
  63. },
  64. "engines": {
  65. "node": "*"
  66. },
  67. "homepage": "https://github.com/substack/node-chainsaw#readme",
  68. "keywords": [
  69. "chain",
  70. "fluent",
  71. "interface",
  72. "monad",
  73. "monadic"
  74. ],
  75. "license": "MIT/X11",
  76. "main": "./index.js",
  77. "name": "chainsaw",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/substack/node-chainsaw.git"
  83. },
  84. "scripts": {},
  85. "version": "0.1.0"
  86. }