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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "parse-import@^2.0.0",
  3. "_id": "parse-import@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-KyR0Aw4AirmNt2xLy/TbWucwb18=",
  6. "_location": "/parse-import",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-import@^2.0.0",
  12. "name": "parse-import",
  13. "escapedName": "parse-import",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-concat-css",
  20. "/rework-import"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parse-import/-/parse-import-2.0.0.tgz",
  23. "_shasum": "2b2474030e008ab98db76c4bcbf4db5ae7306f5f",
  24. "_spec": "parse-import@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-concat-css",
  26. "author": {
  27. "name": "Kevin Mårtensson",
  28. "email": "kevinmartensson@gmail.com",
  29. "url": "https://github.com/kevva"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/kevva/parse-import/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "get-imports": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Parse CSS @import statements",
  40. "devDependencies": {
  41. "ava": "^0.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/kevva/parse-import#readme",
  50. "keywords": [
  51. "css",
  52. "import",
  53. "object",
  54. "parse"
  55. ],
  56. "license": "MIT",
  57. "name": "parse-import",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/kevva/parse-import.git"
  61. },
  62. "scripts": {
  63. "test": "node test.js"
  64. },
  65. "version": "2.0.0"
  66. }