package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "has@^1.0.1",
  6. "scope": null,
  7. "escapedName": "has",
  8. "name": "has",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "has@>=1.0.1 <2.0.0",
  17. "_id": "has@1.0.1",
  18. "_inCache": true,
  19. "_location": "/has",
  20. "_nodeVersion": "2.2.1",
  21. "_npmUser": {
  22. "name": "tarruda",
  23. "email": "tpadilha84@gmail.com"
  24. },
  25. "_npmVersion": "2.11.0",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "has@^1.0.1",
  29. "scope": null,
  30. "escapedName": "has",
  31. "name": "has",
  32. "rawSpec": "^1.0.1",
  33. "spec": ">=1.0.1 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/typings-core"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
  40. "_shasum": "8461733f538b0837c9361e39a9ab9e9704dc2f28",
  41. "_shrinkwrap": null,
  42. "_spec": "has@^1.0.1",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  44. "author": {
  45. "name": "Thiago de Arruda",
  46. "email": "tpadilha84@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/tarruda/has/issues"
  50. },
  51. "dependencies": {
  52. "function-bind": "^1.0.2"
  53. },
  54. "description": "Object.prototype.hasOwnProperty.call shortcut",
  55. "devDependencies": {
  56. "chai": "~1.7.2",
  57. "mocha": "^1.21.4"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "8461733f538b0837c9361e39a9ab9e9704dc2f28",
  62. "tarball": "https://registry.npmjs.org/has/-/has-1.0.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">= 0.8.0"
  66. },
  67. "gitHead": "535c5c8ed1dc255c9e223829e702548dd514d2a5",
  68. "homepage": "https://github.com/tarruda/has",
  69. "licenses": [
  70. {
  71. "type": "MIT",
  72. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  73. }
  74. ],
  75. "main": "./src/index",
  76. "maintainers": [
  77. {
  78. "name": "tarruda",
  79. "email": "tpadilha84@gmail.com"
  80. }
  81. ],
  82. "name": "has",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/tarruda/has.git"
  88. },
  89. "scripts": {
  90. "test": "node_modules/mocha/bin/mocha"
  91. },
  92. "version": "1.0.1"
  93. }