package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "@dojo/has@~0.1.2",
  3. "_id": "@dojo/has@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-122xXU9xHjG/EayITIAiIdKVphZTZ2wM9IEBArarkBQzXZP1shGAbTJq7NHWUoTemw48tvTxr+OOi7wVCm7IXg==",
  6. "_location": "/@dojo/has",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@dojo/has@~0.1.2",
  12. "name": "@dojo/has",
  13. "escapedName": "@dojo%2fhas",
  14. "scope": "@dojo",
  15. "rawSpec": "~0.1.2",
  16. "saveSpec": null,
  17. "fetchSpec": "~0.1.2"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@dojo/has/-/has-0.1.2.tgz",
  23. "_shasum": "26d125256d716bd0037328e2eaa94cd5b09857ec",
  24. "_spec": "@dojo/has@~0.1.2",
  25. "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra",
  26. "bugs": {
  27. "url": "https://github.com/dojo/has/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "A feature detection library",
  32. "devDependencies": {
  33. "@dojo/loader": "~0.1.0",
  34. "@types/glob": "~5.0.0",
  35. "@types/grunt": "~0.4.0",
  36. "@types/sinon": "~1.16.0",
  37. "grunt": "~1.0.1",
  38. "grunt-dojo2": "latest",
  39. "grunt-tslint": "5.0.1",
  40. "husky": "0.14.3",
  41. "intern": "~4.1.0",
  42. "lint-staged": "6.0.0",
  43. "prettier": "1.9.2",
  44. "sinon": "^1.17.4",
  45. "tslint": "5.8.0",
  46. "tslint-plugin-prettier": "1.3.0",
  47. "typescript": "~2.6.1"
  48. },
  49. "engines": {
  50. "npm": ">=3.0.0"
  51. },
  52. "homepage": "https://dojo.io",
  53. "license": "BSD-3-Clause",
  54. "lint-staged": {
  55. "*.{ts,tsx}": [
  56. "prettier --write",
  57. "git add"
  58. ]
  59. },
  60. "main": "main.js",
  61. "name": "@dojo/has",
  62. "prettier": {
  63. "singleQuote": true,
  64. "tabWidth": 4,
  65. "useTabs": true,
  66. "parser": "typescript",
  67. "printWidth": 120,
  68. "arrowParens": "always"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/dojo/has.git"
  73. },
  74. "version": "0.1.2"
  75. }