package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "glob2base@0.0.12",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob2base@0.0.12",
  10. "_id": "glob2base@0.0.12",
  11. "_inBundle": false,
  12. "_integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=",
  13. "_location": "/glob2base",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob2base@0.0.12",
  19. "name": "glob2base",
  20. "escapedName": "glob2base",
  21. "rawSpec": "0.0.12",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.12"
  24. },
  25. "_requiredBy": [
  26. "/glob-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
  29. "_spec": "0.0.12",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Fractal",
  33. "email": "contact@wearefractal.com",
  34. "url": "http://wearefractal.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wearefractal/glob2base/issues"
  38. },
  39. "dependencies": {
  40. "find-index": "^0.1.1"
  41. },
  42. "description": "Extracts a base path from a node-glob instance",
  43. "devDependencies": {
  44. "coveralls": "^2.6.1",
  45. "glob": "^4.0.0",
  46. "istanbul": "^0.3.2",
  47. "jshint": "^2.4.1",
  48. "jshint-stylish": "^1.0.0",
  49. "mocha": "^2.0.0",
  50. "mocha-lcov-reporter": "^0.0.1",
  51. "should": "^4.0.0"
  52. },
  53. "engines": {
  54. "node": ">= 0.10"
  55. },
  56. "files": [
  57. "index.js",
  58. "lib"
  59. ],
  60. "homepage": "http://github.com/wearefractal/glob2base",
  61. "licenses": [
  62. {
  63. "type": "MIT",
  64. "url": "http://github.com/wearefractal/glob2base/raw/master/LICENSE"
  65. }
  66. ],
  67. "main": "./index.js",
  68. "name": "glob2base",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/wearefractal/glob2base.git"
  72. },
  73. "scripts": {
  74. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  75. "lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
  76. "test": "npm run-script lint && mocha --reporter spec"
  77. },
  78. "version": "0.0.12"
  79. }