package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "extend@^3.0.0",
  6. "scope": null,
  7. "escapedName": "extend",
  8. "name": "extend",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "extend@>=3.0.0 <4.0.0",
  17. "_id": "extend@3.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/extend",
  21. "_nodeVersion": "2.3.1",
  22. "_npmUser": {
  23. "name": "ljharb",
  24. "email": "ljharb@gmail.com"
  25. },
  26. "_npmVersion": "2.11.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "extend@^3.0.0",
  30. "scope": null,
  31. "escapedName": "extend",
  32. "name": "extend",
  33. "rawSpec": "^3.0.0",
  34. "spec": ">=3.0.0 <4.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/liftoff",
  39. "/request",
  40. "/semantic-ui"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
  43. "_shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
  44. "_shrinkwrap": null,
  45. "_spec": "extend@^3.0.0",
  46. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  47. "author": {
  48. "name": "Stefan Thomas",
  49. "email": "justmoon@members.fsf.org",
  50. "url": "http://www.justmoon.net"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/justmoon/node-extend/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Jordan Harband",
  58. "url": "https://github.com/ljharb"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "Port of jQuery.extend for node.js and the browser",
  63. "devDependencies": {
  64. "covert": "^1.1.0",
  65. "eslint": "^0.24.0",
  66. "jscs": "^1.13.1",
  67. "tape": "^4.0.0"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
  72. "tarball": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz"
  73. },
  74. "gitHead": "148e7270cab2e9413af2cd0cab147070d755ed6d",
  75. "homepage": "https://github.com/justmoon/node-extend#readme",
  76. "keywords": [
  77. "extend",
  78. "clone",
  79. "merge"
  80. ],
  81. "license": "MIT",
  82. "main": "index",
  83. "maintainers": [
  84. {
  85. "name": "justmoon",
  86. "email": "justmoon@members.fsf.org"
  87. },
  88. {
  89. "name": "ljharb",
  90. "email": "ljharb@gmail.com"
  91. }
  92. ],
  93. "name": "extend",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/justmoon/node-extend.git"
  99. },
  100. "scripts": {
  101. "coverage": "covert test/index.js",
  102. "coverage-quiet": "covert test/index.js --quiet",
  103. "eslint": "eslint *.js */*.js",
  104. "jscs": "jscs *.js */*.js",
  105. "lint": "npm run jscs && npm run eslint",
  106. "test": "npm run lint && node test/index.js && npm run coverage-quiet"
  107. },
  108. "version": "3.0.0"
  109. }