package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "grunt-known-options@~1.1.0",
  3. "_id": "grunt-known-options@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-bMCIEHvQIZ3F0+V9kZI/RpBZgE0=",
  6. "_location": "/grunt-known-options",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "grunt-known-options@~1.1.0",
  12. "name": "grunt-known-options",
  13. "escapedName": "grunt-known-options",
  14. "rawSpec": "~1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/grunt",
  20. "/grunt/grunt-cli"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/grunt-known-options/download/grunt-known-options-1.1.1.tgz",
  23. "_shasum": "6cc088107bd0219dc5d3e57d91923f469059804d",
  24. "_spec": "grunt-known-options@~1.1.0",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt",
  26. "author": {
  27. "name": "Grunt Development Team",
  28. "url": "http://gruntjs.com/development-team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gruntjs/grunt-known-options/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "The known options used in Grunt",
  37. "devDependencies": {},
  38. "engines": {
  39. "node": ">=0.10.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "http://gruntjs.com/",
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "grunt-known-options",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/gruntjs/grunt-known-options.git"
  51. },
  52. "version": "1.1.1"
  53. }