package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob2base@^0.0.12",
  6. "scope": null,
  7. "escapedName": "glob2base",
  8. "name": "glob2base",
  9. "rawSpec": "^0.0.12",
  10. "spec": ">=0.0.12 <0.0.13",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob-stream"
  14. ]
  15. ],
  16. "_from": "glob2base@>=0.0.12 <0.0.13",
  17. "_id": "glob2base@0.0.12",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/glob2base",
  21. "_nodeVersion": "0.10.33",
  22. "_npmUser": {
  23. "name": "fractal",
  24. "email": "contact@wearefractal.com"
  25. },
  26. "_npmVersion": "2.1.6",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "glob2base@^0.0.12",
  30. "scope": null,
  31. "escapedName": "glob2base",
  32. "name": "glob2base",
  33. "rawSpec": "^0.0.12",
  34. "spec": ">=0.0.12 <0.0.13",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/glob-stream"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
  41. "_shasum": "9d419b3e28f12e83a362164a277055922c9c0d56",
  42. "_shrinkwrap": null,
  43. "_spec": "glob2base@^0.0.12",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/glob-stream",
  45. "author": {
  46. "name": "Fractal",
  47. "email": "contact@wearefractal.com",
  48. "url": "http://wearefractal.com/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/wearefractal/glob2base/issues"
  52. },
  53. "dependencies": {
  54. "find-index": "^0.1.1"
  55. },
  56. "description": "Extracts a base path from a node-glob instance",
  57. "devDependencies": {
  58. "coveralls": "^2.6.1",
  59. "glob": "^4.0.0",
  60. "istanbul": "^0.3.2",
  61. "jshint": "^2.4.1",
  62. "jshint-stylish": "^1.0.0",
  63. "mocha": "^2.0.0",
  64. "mocha-lcov-reporter": "^0.0.1",
  65. "should": "^4.0.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "9d419b3e28f12e83a362164a277055922c9c0d56",
  70. "tarball": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz"
  71. },
  72. "engines": {
  73. "node": ">= 0.10"
  74. },
  75. "files": [
  76. "index.js",
  77. "lib"
  78. ],
  79. "gitHead": "d3fadacea415f4676fd431c90cd2205a2f1e6b26",
  80. "homepage": "http://github.com/wearefractal/glob2base",
  81. "licenses": [
  82. {
  83. "type": "MIT",
  84. "url": "http://github.com/wearefractal/glob2base/raw/master/LICENSE"
  85. }
  86. ],
  87. "main": "./index.js",
  88. "maintainers": [
  89. {
  90. "name": "fractal",
  91. "email": "contact@wearefractal.com"
  92. }
  93. ],
  94. "name": "glob2base",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/wearefractal/glob2base.git"
  100. },
  101. "scripts": {
  102. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  103. "lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
  104. "test": "npm run-script lint && mocha --reporter spec"
  105. },
  106. "version": "0.0.12"
  107. }