You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "fined@^1.0.1",
  3. "_id": "fined@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==",
  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.2.0.tgz",
  22. "_shasum": "d00beccf1aa2b475d16d423b0238b713a2c4a37b",
  23. "_spec": "fined@^1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\liftoff",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/fined/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Takayuki Sato",
  37. "email": "sttk.xslet@gmail.com"
  38. },
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "expand-tilde": "^2.0.2",
  46. "is-plain-object": "^2.0.3",
  47. "object.defaults": "^1.1.0",
  48. "object.pick": "^1.2.0",
  49. "parse-filepath": "^1.0.1"
  50. },
  51. "deprecated": false,
  52. "description": "Find a file given a declaration of locations.",
  53. "devDependencies": {
  54. "eslint": "^2.13.0",
  55. "eslint-config-gulp": "^3.0.1",
  56. "expect": "^1.20.2",
  57. "istanbul": "^0.4.3",
  58. "istanbul-coveralls": "^1.0.3",
  59. "mocha": "^3.5.3"
  60. },
  61. "engines": {
  62. "node": ">= 0.10"
  63. },
  64. "files": [
  65. "index.js",
  66. "LICENSE"
  67. ],
  68. "homepage": "https://github.com/gulpjs/fined#readme",
  69. "keywords": [
  70. "find",
  71. "lookup",
  72. "config"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "fined",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/gulpjs/fined.git"
  80. },
  81. "scripts": {
  82. "cover": "istanbul cover _mocha --report lcovonly",
  83. "coveralls": "npm run cover && istanbul-coveralls",
  84. "lint": "eslint .",
  85. "pretest": "npm run lint",
  86. "test": "mocha --async-only"
  87. },
  88. "version": "1.2.0"
  89. }