package.json 3.2 KB

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