package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "typings",
  6. "scope": null,
  7. "escapedName": "typings",
  8. "name": "typings",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/home/robert/workspace/xmlrpc"
  14. ]
  15. ],
  16. "_from": "typings@latest",
  17. "_id": "typings@2.1.0",
  18. "_inCache": true,
  19. "_location": "/typings",
  20. "_nodeVersion": "7.2.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/typings-2.1.0.tgz_1482179118156_0.3930240150075406"
  24. },
  25. "_npmUser": {
  26. "name": "blakeembrey",
  27. "email": "hello@blakeembrey.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "typings",
  33. "scope": null,
  34. "escapedName": "typings",
  35. "name": "typings",
  36. "rawSpec": "",
  37. "spec": "latest",
  38. "type": "tag"
  39. },
  40. "_requiredBy": [
  41. "#USER",
  42. "/"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/typings/-/typings-2.1.0.tgz",
  45. "_shasum": "9cdbe0cd1626ab61b379e06ba4a3910d1d791006",
  46. "_shrinkwrap": null,
  47. "_spec": "typings",
  48. "_where": "/home/robert/workspace/xmlrpc",
  49. "author": {
  50. "name": "Blake Embrey",
  51. "email": "hello@blakeembrey.com",
  52. "url": "http://blakeembrey.me"
  53. },
  54. "bin": {
  55. "typings": "dist/bin.js"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/typings/typings/issues"
  59. },
  60. "dependencies": {
  61. "archy": "^1.0.0",
  62. "bluebird": "^3.1.1",
  63. "chalk": "^1.0.0",
  64. "cli-truncate": "^0.2.1",
  65. "columnify": "^1.5.2",
  66. "elegant-spinner": "^1.0.1",
  67. "has-unicode": "^2.0.1",
  68. "listify": "^1.0.0",
  69. "log-update": "^1.0.2",
  70. "minimist": "^1.2.0",
  71. "promise-finally": "^3.0.0",
  72. "typings-core": "^2.2.0",
  73. "update-notifier": "^1.0.0",
  74. "wordwrap": "^1.0.0",
  75. "xtend": "^4.0.1"
  76. },
  77. "description": "The TypeScript Definition Manager",
  78. "devDependencies": {
  79. "dependency-check": "^2.5.1",
  80. "nock": "^9.0.0",
  81. "rimraf": "^2.5.2",
  82. "ts-node": "^1.0.0",
  83. "tslint": "^4.0.2",
  84. "tslint-config-standard": "^2.0.0",
  85. "typescript": "^2.1.4"
  86. },
  87. "directories": {},
  88. "dist": {
  89. "shasum": "9cdbe0cd1626ab61b379e06ba4a3910d1d791006",
  90. "tarball": "https://registry.npmjs.org/typings/-/typings-2.1.0.tgz"
  91. },
  92. "files": [
  93. "dist/",
  94. "typings.json"
  95. ],
  96. "gitHead": "afc99a2e285fd2331dd06bf5d81e51821fa11426",
  97. "homepage": "https://github.com/typings/typings",
  98. "keywords": [
  99. "typings",
  100. "typescript",
  101. "definition",
  102. "declaration",
  103. "package",
  104. "manager",
  105. "typed"
  106. ],
  107. "license": "MIT",
  108. "main": "dist/bin.js",
  109. "maintainers": [
  110. {
  111. "name": "blakeembrey",
  112. "email": "hello@blakeembrey.com"
  113. }
  114. ],
  115. "name": "typings",
  116. "optionalDependencies": {},
  117. "readme": "ERROR: No README data found!",
  118. "repository": {
  119. "type": "git",
  120. "url": "git://github.com/typings/typings.git"
  121. },
  122. "scripts": {
  123. "build": "rimraf dist/ && tsc",
  124. "dependency-check": "dependency-check . --entry dist/bin.js --missing --no-dev && dependency-check . --entry dist/bin.js --unused --no-dev -i bluebird",
  125. "docs": "node scripts/docs-commands.js",
  126. "lint": "tslint 'src/**/*.ts'",
  127. "prepublish": "node -e \"require('typings-core').install({ cwd: process.cwd() })\" && npm run build",
  128. "test": "npm run lint && npm run build && npm run dependency-check"
  129. },
  130. "version": "2.1.0"
  131. }