package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parse-import@^2.0.0",
  6. "scope": null,
  7. "escapedName": "parse-import",
  8. "name": "parse-import",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat-css"
  14. ]
  15. ],
  16. "_from": "parse-import@>=2.0.0 <3.0.0",
  17. "_id": "parse-import@2.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/parse-import",
  21. "_nodeVersion": "0.10.32",
  22. "_npmUser": {
  23. "name": "kevva",
  24. "email": "kevinmartensson@gmail.com"
  25. },
  26. "_npmVersion": "2.1.7",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "parse-import@^2.0.0",
  30. "scope": null,
  31. "escapedName": "parse-import",
  32. "name": "parse-import",
  33. "rawSpec": "^2.0.0",
  34. "spec": ">=2.0.0 <3.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/gulp-concat-css",
  39. "/rework-import"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/parse-import/-/parse-import-2.0.0.tgz",
  42. "_shasum": "2b2474030e008ab98db76c4bcbf4db5ae7306f5f",
  43. "_shrinkwrap": null,
  44. "_spec": "parse-import@^2.0.0",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat-css",
  46. "author": {
  47. "name": "Kevin Mårtensson",
  48. "email": "kevinmartensson@gmail.com",
  49. "url": "https://github.com/kevva"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/kevva/parse-import/issues"
  53. },
  54. "dependencies": {
  55. "get-imports": "^1.0.0"
  56. },
  57. "description": "Parse CSS @import statements",
  58. "devDependencies": {
  59. "ava": "^0.0.4"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "2b2474030e008ab98db76c4bcbf4db5ae7306f5f",
  64. "tarball": "https://registry.npmjs.org/parse-import/-/parse-import-2.0.0.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "11f15aa21818adce1cd8cb3741a30c03a99e5975",
  73. "homepage": "https://github.com/kevva/parse-import",
  74. "keywords": [
  75. "css",
  76. "import",
  77. "object",
  78. "parse"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "kevva",
  84. "email": "kevinmartensson@gmail.com"
  85. }
  86. ],
  87. "name": "parse-import",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/kevva/parse-import.git"
  93. },
  94. "scripts": {
  95. "test": "node test.js"
  96. },
  97. "version": "2.0.0"
  98. }