package.json 3.1 KB

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