package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "enable@1",
  5. "D:\\work\\im\\node_modules\\thunkify-wrap"
  6. ]
  7. ],
  8. "_from": "enable@>=1.0.0 <2.0.0",
  9. "_id": "enable@1.3.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/enable",
  13. "_npmUser": {
  14. "email": "hemanth.hm@gmail.com",
  15. "name": "hemanth"
  16. },
  17. "_npmVersion": "1.4.20",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "enable",
  21. "raw": "enable@1",
  22. "rawSpec": "1",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/thunkify-wrap"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/enable/-/enable-1.3.2.tgz",
  31. "_shasum": "9eba6837d16d0982b59f87d889bf754443d52931",
  32. "_shrinkwrap": null,
  33. "_spec": "enable@1",
  34. "_where": "D:\\work\\im\\node_modules\\thunkify-wrap",
  35. "author": {
  36. "email": "fengmk2@gmail.com",
  37. "name": "fengmk2",
  38. "url": "http://fengmk2.github.com"
  39. },
  40. "bugs": {
  41. "email": "fengmk2@gmail.com",
  42. "url": "https://github.com/node-modules/enable/issues"
  43. },
  44. "contributors": [
  45. {
  46. "email": "fengmk2@gmail.com",
  47. "name": "fengmk2",
  48. "url": "https://github.com/fengmk2"
  49. },
  50. {
  51. "email": "alsotang@gmail.com",
  52. "name": "alsotang",
  53. "url": "https://github.com/alsotang"
  54. },
  55. {
  56. "email": "heyiyu.deadhorse@gmail.com",
  57. "name": "dead-horse",
  58. "url": "https://github.com/dead-horse"
  59. },
  60. {
  61. "email": "hemanth.hm@gmail.com",
  62. "name": "hemanth",
  63. "url": "https://github.com/hemanth"
  64. }
  65. ],
  66. "dependencies": {},
  67. "description": "Detect es6 features enable or not.",
  68. "devDependencies": {
  69. "autod": "*",
  70. "contributors": "*",
  71. "istanbul-harmony": "*",
  72. "jshint": "*",
  73. "mocha": "*",
  74. "should": "*"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "9eba6837d16d0982b59f87d889bf754443d52931",
  79. "tarball": "https://registry.npmjs.org/enable/-/enable-1.3.2.tgz"
  80. },
  81. "engines": {
  82. "node": ">= 0.10.0"
  83. },
  84. "gitHead": "78ff75375447d9560022e643a9fd2829701c6c88",
  85. "homepage": "https://github.com/node-modules/enable",
  86. "keywords": [
  87. "enable",
  88. "es6",
  89. "generator"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "maintainers": [
  94. {
  95. "email": "fengmk2@gmail.com",
  96. "name": "fengmk2"
  97. },
  98. {
  99. "email": "hemanth.hm@gmail.com",
  100. "name": "hemanth"
  101. }
  102. ],
  103. "name": "enable",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git://github.com/node-modules/enable.git",
  109. "web": "https://github.com/node-modules/enable"
  110. },
  111. "scripts": {
  112. "autod": "autod -w --prefix '~' && npm run cnpm",
  113. "cnpm": "npm install --registry=https://registry.npm.taobao.org",
  114. "contributors": "contributors -f plain -o AUTHORS",
  115. "jshint": "jshint .",
  116. "test": "mocha --harmony --check-leaks -R spec -t 5000 -r should test/*.test.js",
  117. "test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 -r should test/*.test.js",
  118. "test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 -r should test/*.test.js"
  119. },
  120. "version": "1.3.2"
  121. }