package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "mdn-data@1.1.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mdn-data@1.1.4",
  10. "_id": "mdn-data@1.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ULXU/8RXUnZXPE7tuHgIEqhBnwE=",
  13. "_location": "/mdn-data",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mdn-data@1.1.4",
  19. "name": "mdn-data",
  20. "escapedName": "mdn-data",
  21. "rawSpec": "1.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.4"
  24. },
  25. "_requiredBy": [
  26. "/css-tree",
  27. "/csso/css-tree"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/mdn-data/download/mdn-data-1.1.4.tgz",
  30. "_spec": "1.1.4",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Mozilla Developer Network"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mdn/data/issues"
  37. },
  38. "description": "Open Web data by the Mozilla Developer Network",
  39. "devDependencies": {
  40. "ajv": "^5.0.1",
  41. "better-ajv-errors": "^0.5.1"
  42. },
  43. "files": [
  44. "api/*.json",
  45. "css/*.json",
  46. "l10n/*.json"
  47. ],
  48. "homepage": "https://developer.mozilla.org",
  49. "keywords": [
  50. "data",
  51. "mdn",
  52. "mozilla",
  53. "css"
  54. ],
  55. "license": "MPL-2.0",
  56. "main": "index.js",
  57. "name": "mdn-data",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/mdn/data.git"
  61. },
  62. "scripts": {
  63. "lint": "node test/lint",
  64. "test": "npm run lint",
  65. "travis": "npm test"
  66. },
  67. "version": "1.1.4"
  68. }