package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "node.extend@^1.1.3",
  6. "scope": null,
  7. "escapedName": "node.extend",
  8. "name": "node.extend",
  9. "rawSpec": "^1.1.3",
  10. "spec": ">=1.1.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-notify"
  14. ]
  15. ],
  16. "_from": "node.extend@>=1.1.3 <2.0.0",
  17. "_id": "node.extend@1.1.6",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/node.extend",
  21. "_nodeVersion": "6.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/node.extend-1.1.6.tgz_1473179454389_0.5775601353961974"
  25. },
  26. "_npmUser": {
  27. "name": "ljharb",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "node.extend@^1.1.3",
  34. "scope": null,
  35. "escapedName": "node.extend",
  36. "name": "node.extend",
  37. "rawSpec": "^1.1.3",
  38. "spec": ">=1.1.3 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-notify"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz",
  45. "_shasum": "a7b882c82d6c93a4863a5504bd5de8ec86258b96",
  46. "_shrinkwrap": null,
  47. "_spec": "node.extend@^1.1.3",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-notify",
  49. "author": {
  50. "name": "dreamerslab",
  51. "email": "ben@dreamerslab.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/dreamerslab/node.extend/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Jordan Harband"
  59. }
  60. ],
  61. "dependencies": {
  62. "is": "^3.1.0"
  63. },
  64. "description": "A port of jQuery.extend that actually works on node.js",
  65. "devDependencies": {
  66. "@ljharb/eslint-config": "^8.0.0",
  67. "covert": "^1.1.0",
  68. "eslint": "^3.4.0",
  69. "jscs": "^3.0.7",
  70. "tape": "^4.6.0"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "a7b882c82d6c93a4863a5504bd5de8ec86258b96",
  75. "tarball": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz"
  76. },
  77. "engines": {
  78. "node": ">=0.4.0"
  79. },
  80. "gitHead": "c4131c74acef44f9ed0f9c30b10bdf496731f15f",
  81. "homepage": "https://github.com/dreamerslab/node.extend#readme",
  82. "keywords": [
  83. "extend",
  84. "jQuery",
  85. "jQuery extend",
  86. "clone",
  87. "copy",
  88. "inherit"
  89. ],
  90. "license": "(MIT OR GPL-2.0)",
  91. "main": "index",
  92. "maintainers": [
  93. {
  94. "name": "dreamerslab",
  95. "email": "ben@dreamerslab.com"
  96. },
  97. {
  98. "name": "ljharb",
  99. "email": "ljharb@gmail.com"
  100. }
  101. ],
  102. "name": "node.extend",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/dreamerslab/node.extend.git"
  108. },
  109. "scripts": {
  110. "coverage": "covert test/index.js",
  111. "coverage-quiet": "covert test/index.js --quiet",
  112. "eslint": "eslint *.js */*.js",
  113. "jscs": "jscs *.js */*.js",
  114. "lint": "npm run jscs && npm run eslint",
  115. "posttest": "npm run coverage-quiet",
  116. "pretest": "npm run lint",
  117. "test": "npm run --silent tests-only",
  118. "tests-only": "node test"
  119. },
  120. "testling": {
  121. "files": "test/index.js",
  122. "browsers": [
  123. "iexplore/6.0..latest",
  124. "firefox/3.0..6.0",
  125. "firefox/15.0..latest",
  126. "firefox/nightly",
  127. "chrome/4.0..10.0",
  128. "chrome/20.0..latest",
  129. "chrome/canary",
  130. "opera/10.0..latest",
  131. "opera/next",
  132. "safari/4.0..latest",
  133. "ipad/6.0..latest",
  134. "iphone/6.0..latest"
  135. ]
  136. },
  137. "version": "1.1.6"
  138. }