package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "fined@^1.0.1",
  3. "_id": "fined@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ldiP8ykSPdGmlQ/fzTIfdGJx4B8=",
  6. "_location": "/fined",
  7. "_phantomChildren": {
  8. "homedir-polyfill": "1.0.3"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "fined@^1.0.1",
  14. "name": "fined",
  15. "escapedName": "fined",
  16. "rawSpec": "^1.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.0.1"
  19. },
  20. "_requiredBy": [
  21. "/grunt-cli/liftoff"
  22. ],
  23. "_resolved": "http://registry.npm.taobao.org/fined/download/fined-1.1.1.tgz",
  24. "_shasum": "95d88ff329123dd1a6950fdfcd321f746271e01f",
  25. "_spec": "fined@^1.0.1",
  26. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt-cli\\node_modules\\liftoff",
  27. "author": {
  28. "name": "Gulp Team",
  29. "email": "team@gulpjs.com",
  30. "url": "http://gulpjs.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/gulpjs/fined/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Takayuki Sato",
  39. "email": "sttk.xslet@gmail.com"
  40. },
  41. {
  42. "name": "Blaine Bublitz",
  43. "email": "blaine.bublitz@gmail.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "expand-tilde": "^2.0.2",
  48. "is-plain-object": "^2.0.3",
  49. "object.defaults": "^1.1.0",
  50. "object.pick": "^1.2.0",
  51. "parse-filepath": "^1.0.1"
  52. },
  53. "deprecated": false,
  54. "description": "Find a file given a declaration of locations.",
  55. "devDependencies": {
  56. "eslint": "^2.13.0",
  57. "eslint-config-gulp": "^3.0.1",
  58. "expect": "^1.20.2",
  59. "istanbul": "^0.4.3",
  60. "istanbul-coveralls": "^1.0.3",
  61. "mocha": "^3.5.3"
  62. },
  63. "engines": {
  64. "node": ">= 0.10"
  65. },
  66. "files": [
  67. "index.js",
  68. "LICENSE"
  69. ],
  70. "homepage": "https://github.com/gulpjs/fined#readme",
  71. "keywords": [
  72. "find",
  73. "lookup",
  74. "config"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "fined",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/gulpjs/fined.git"
  82. },
  83. "scripts": {
  84. "cover": "istanbul cover _mocha --report lcovonly",
  85. "coveralls": "npm run cover && istanbul-coveralls",
  86. "lint": "eslint .",
  87. "pretest": "npm run lint",
  88. "test": "mocha --async-only"
  89. },
  90. "version": "1.1.1"
  91. }