package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "fileset@2.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fileset@2.0.3",
  10. "_id": "fileset@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=",
  13. "_location": "/fileset",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fileset@2.0.3",
  19. "name": "fileset",
  20. "escapedName": "fileset",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-api"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/fileset/download/fileset-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "mklabs"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mklabs/node-fileset/issues"
  36. },
  37. "dependencies": {
  38. "glob": "^7.0.3",
  39. "minimatch": "^3.0.3"
  40. },
  41. "description": "Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability",
  42. "devDependencies": {
  43. "babel-cli": "^6.9.0",
  44. "babel-plugin-add-module-exports": "^0.2.1",
  45. "babel-plugin-transform-regenerator": "^6.9.0",
  46. "babel-preset-es2015": "^6.9.0",
  47. "bake-cli": "^0.6.0",
  48. "eslint": "^3.7.1",
  49. "eslint-config-standard": "^6.2.0",
  50. "eslint-plugin-promise": "^3.0.0",
  51. "eslint-plugin-standard": "^2.0.1",
  52. "mocha": "^3.1.2",
  53. "standard-version": "^3.0.0",
  54. "watchd": "^0.1.1"
  55. },
  56. "homepage": "https://github.com/mklabs/node-fileset",
  57. "license": "MIT",
  58. "main": "./lib/fileset",
  59. "name": "fileset",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/mklabs/node-fileset.git"
  63. },
  64. "scripts": {
  65. "test": "make test"
  66. },
  67. "version": "2.0.3"
  68. }