package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "generate-function@^2.0.0",
  6. "scope": null,
  7. "escapedName": "generate-function",
  8. "name": "generate-function",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-my-json-valid"
  14. ]
  15. ],
  16. "_from": "generate-function@>=2.0.0 <3.0.0",
  17. "_id": "generate-function@2.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/generate-function",
  21. "_npmUser": {
  22. "name": "mafintosh",
  23. "email": "mathiasbuus@gmail.com"
  24. },
  25. "_npmVersion": "1.4.23",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "generate-function@^2.0.0",
  29. "scope": null,
  30. "escapedName": "generate-function",
  31. "name": "generate-function",
  32. "rawSpec": "^2.0.0",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/is-my-json-valid"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
  40. "_shasum": "6858fe7c0969b7d4e9093337647ac79f60dfbe74",
  41. "_shrinkwrap": null,
  42. "_spec": "generate-function@^2.0.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/is-my-json-valid",
  44. "author": {
  45. "name": "Mathias Buus"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/mafintosh/generate-function/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Module that helps you write generated functions in Node",
  52. "devDependencies": {
  53. "tape": "^2.13.4"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "6858fe7c0969b7d4e9093337647ac79f60dfbe74",
  58. "tarball": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz"
  59. },
  60. "gitHead": "3d5fc8de5859be95f58e3af9bfb5f663edd95149",
  61. "homepage": "https://github.com/mafintosh/generate-function",
  62. "keywords": [
  63. "generate",
  64. "code",
  65. "generation",
  66. "function",
  67. "performance"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "maintainers": [
  72. {
  73. "name": "mafintosh",
  74. "email": "mathiasbuus@gmail.com"
  75. }
  76. ],
  77. "name": "generate-function",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/mafintosh/generate-function.git"
  83. },
  84. "scripts": {
  85. "test": "tape test.js"
  86. },
  87. "version": "2.0.0"
  88. }