package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "deap@^1.0.0",
  6. "scope": null,
  7. "escapedName": "deap",
  8. "name": "deap",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-uglify"
  14. ]
  15. ],
  16. "_from": "deap@>=1.0.0 <2.0.0",
  17. "_id": "deap@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/deap",
  21. "_npmUser": {
  22. "name": "bmharris",
  23. "email": "bmharris@gmail.com"
  24. },
  25. "_npmVersion": "1.4.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "deap@^1.0.0",
  29. "scope": null,
  30. "escapedName": "deap",
  31. "name": "deap",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-uglify"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/deap/-/deap-1.0.0.tgz",
  40. "_shasum": "b148bf82430a27699b7483a03eb6b67585bfc888",
  41. "_shrinkwrap": null,
  42. "_spec": "deap@^1.0.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-uglify",
  44. "author": {
  45. "name": "Brad Harris",
  46. "email": "bmharris@gmail.com",
  47. "url": "http://selfcontained.us"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/selfcontained/deap/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Brad Harris",
  55. "email": "bmharris@gmail.com",
  56. "url": "http://selfcontained.us"
  57. },
  58. {
  59. "name": "Matt Dunlap",
  60. "url": "http://github.com/prestaul"
  61. }
  62. ],
  63. "dependencies": {},
  64. "description": "extend and merge objects, deep or shallow",
  65. "devDependencies": {
  66. "chai": "~1.6.0",
  67. "coveralls": "^2.10.0",
  68. "istanbul": "^0.2.8",
  69. "mocha": "~1.9.0"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "b148bf82430a27699b7483a03eb6b67585bfc888",
  74. "tarball": "https://registry.npmjs.org/deap/-/deap-1.0.0.tgz"
  75. },
  76. "homepage": "https://github.com/selfcontained/deap",
  77. "keywords": [
  78. "extend",
  79. "merge",
  80. "mixin",
  81. "deep",
  82. "shallow",
  83. "clone"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "maintainers": [
  88. {
  89. "name": "bmharris",
  90. "email": "bmharris@gmail.com"
  91. },
  92. {
  93. "name": "prestaul",
  94. "email": "npm.prestaul@spamgourmet.com"
  95. }
  96. ],
  97. "name": "deap",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/selfcontained/deap.git"
  103. },
  104. "scripts": {
  105. "coverage": "istanbul cover --report html node_modules/.bin/_mocha",
  106. "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- && cat ./coverage/lcov.info | coveralls",
  107. "test": "mocha test/*.test.js"
  108. },
  109. "testling": {
  110. "browsers": [
  111. "ie/9..latest",
  112. "firefox/19..latest",
  113. "chrome/25..latest",
  114. "iphone/latest",
  115. "ipad/latest",
  116. "android-browser/latest"
  117. ],
  118. "harness": "mocha-tdd",
  119. "files": "test/*.test.js"
  120. },
  121. "version": "1.0.0"
  122. }