You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "mdn-data@2.0.4",
  3. "_id": "mdn-data@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==",
  6. "_location": "/mdn-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mdn-data@2.0.4",
  12. "name": "mdn-data",
  13. "escapedName": "mdn-data",
  14. "rawSpec": "2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/css-tree"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
  22. "_shasum": "699b3c38ac6f1d728091a64650b65d388502fd5b",
  23. "_spec": "mdn-data@2.0.4",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\css-tree",
  25. "author": {
  26. "name": "Mozilla Developer Network"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mdn/data/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Open Web data by the Mozilla Developer Network",
  34. "devDependencies": {
  35. "ajv": "^5.0.1",
  36. "better-ajv-errors": "^0.5.1"
  37. },
  38. "files": [
  39. "api/*.json",
  40. "css/*.json",
  41. "l10n/*.json"
  42. ],
  43. "homepage": "https://developer.mozilla.org",
  44. "keywords": [
  45. "data",
  46. "mdn",
  47. "mozilla",
  48. "css"
  49. ],
  50. "license": "CC0-1.0",
  51. "main": "index.js",
  52. "name": "mdn-data",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/mdn/data.git"
  56. },
  57. "scripts": {
  58. "lint": "node test/lint",
  59. "test": "npm run lint",
  60. "travis": "npm test"
  61. },
  62. "version": "2.0.4"
  63. }