package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fined@^1.0.1",
  6. "scope": null,
  7. "escapedName": "fined",
  8. "name": "fined",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/liftoff"
  14. ]
  15. ],
  16. "_from": "fined@>=1.0.1 <2.0.0",
  17. "_id": "fined@1.0.2",
  18. "_inCache": true,
  19. "_location": "/fined",
  20. "_nodeVersion": "0.10.41",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/fined-1.0.2.tgz_1475705448430_0.6886874639894813"
  24. },
  25. "_npmUser": {
  26. "name": "phated",
  27. "email": "blaine.bublitz@gmail.com"
  28. },
  29. "_npmVersion": "2.15.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "fined@^1.0.1",
  33. "scope": null,
  34. "escapedName": "fined",
  35. "name": "fined",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/liftoff"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
  44. "_shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
  45. "_shrinkwrap": null,
  46. "_spec": "fined@^1.0.1",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/liftoff",
  48. "author": {
  49. "name": "JS CLI Team",
  50. "url": "https://github.com/js-cli"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/js-cli/fined/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Takayuki Sato",
  58. "email": "t110000508260@yahoo.co.jp"
  59. },
  60. {
  61. "name": "Blaine Bublitz",
  62. "email": "blaine.bublitz@gmail.com"
  63. }
  64. ],
  65. "dependencies": {
  66. "expand-tilde": "^1.2.1",
  67. "lodash.assignwith": "^4.0.7",
  68. "lodash.isempty": "^4.2.1",
  69. "lodash.isplainobject": "^4.0.4",
  70. "lodash.isstring": "^4.0.1",
  71. "lodash.pick": "^4.2.1",
  72. "parse-filepath": "^1.0.1"
  73. },
  74. "description": "Find a file given a declaration of locations",
  75. "devDependencies": {
  76. "eslint": "^1.7.3",
  77. "eslint-config-gulp": "^2.0.0",
  78. "expect": "^1.19.0",
  79. "istanbul": "^0.4.3",
  80. "istanbul-coveralls": "^1.0.3",
  81. "jscs": "^2.3.5",
  82. "jscs-preset-gulp": "^1.0.0",
  83. "mocha": "^2.4.5"
  84. },
  85. "directories": {},
  86. "dist": {
  87. "shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
  88. "tarball": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz"
  89. },
  90. "engines": {
  91. "node": ">= 0.10"
  92. },
  93. "files": [
  94. "index.js",
  95. "LICENSE"
  96. ],
  97. "gitHead": "850b8dde2e520878a7ff62b9a6b4a45c82d19889",
  98. "homepage": "https://github.com/js-cli/fined#readme",
  99. "keywords": [],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "maintainers": [
  103. {
  104. "name": "phated",
  105. "email": "blaine.bublitz@gmail.com"
  106. }
  107. ],
  108. "name": "fined",
  109. "optionalDependencies": {},
  110. "readme": "ERROR: No README data found!",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/js-cli/fined.git"
  114. },
  115. "scripts": {
  116. "cover": "istanbul cover _mocha --report lcovonly",
  117. "coveralls": "npm run cover && istanbul-coveralls",
  118. "lint": "eslint . && jscs index.js test/",
  119. "pretest": "npm run lint",
  120. "test": "mocha --async-only"
  121. },
  122. "version": "1.0.2"
  123. }