package.json 3.4 KB

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