package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "fined@1.0.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fined@1.0.2",
  10. "_id": "fined@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WyhCS3YNdZiWC374SA3/itNmDpc=",
  13. "_location": "/fined",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fined@1.0.2",
  19. "name": "fined",
  20. "escapedName": "fined",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/liftoff"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "JS CLI Team",
  33. "url": "https://github.com/js-cli"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/js-cli/fined/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Takayuki Sato",
  41. "email": "t110000508260@yahoo.co.jp"
  42. },
  43. {
  44. "name": "Blaine Bublitz",
  45. "email": "blaine.bublitz@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "expand-tilde": "^1.2.1",
  50. "lodash.assignwith": "^4.0.7",
  51. "lodash.isempty": "^4.2.1",
  52. "lodash.isplainobject": "^4.0.4",
  53. "lodash.isstring": "^4.0.1",
  54. "lodash.pick": "^4.2.1",
  55. "parse-filepath": "^1.0.1"
  56. },
  57. "description": "Find a file given a declaration of locations",
  58. "devDependencies": {
  59. "eslint": "^1.7.3",
  60. "eslint-config-gulp": "^2.0.0",
  61. "expect": "^1.19.0",
  62. "istanbul": "^0.4.3",
  63. "istanbul-coveralls": "^1.0.3",
  64. "jscs": "^2.3.5",
  65. "jscs-preset-gulp": "^1.0.0",
  66. "mocha": "^2.4.5"
  67. },
  68. "engines": {
  69. "node": ">= 0.10"
  70. },
  71. "files": [
  72. "index.js",
  73. "LICENSE"
  74. ],
  75. "homepage": "https://github.com/js-cli/fined#readme",
  76. "keywords": [],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "fined",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/js-cli/fined.git"
  83. },
  84. "scripts": {
  85. "cover": "istanbul cover _mocha --report lcovonly",
  86. "coveralls": "npm run cover && istanbul-coveralls",
  87. "lint": "eslint . && jscs index.js test/",
  88. "pretest": "npm run lint",
  89. "test": "mocha --async-only"
  90. },
  91. "version": "1.0.2"
  92. }