package.json 3.2 KB

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