package.json 2.1 KB

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