package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "css@2.2.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "css@2.2.1",
  9. "_id": "css@2.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-c6TIHehdtmTU7mdPfUcIXjstVdw=",
  12. "_location": "/css",
  13. "_phantomChildren": {
  14. "amdefine": "1.0.1"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "css@2.2.1",
  20. "name": "css",
  21. "escapedName": "css",
  22. "rawSpec": "2.2.1",
  23. "saveSpec": null,
  24. "fetchSpec": "2.2.1"
  25. },
  26. "_requiredBy": [
  27. "/@gulp-sourcemaps/identity-map",
  28. "/gulp-sourcemaps"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
  31. "_spec": "2.2.1",
  32. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  33. "author": {
  34. "name": "TJ Holowaychuk",
  35. "email": "tj@vision-media.ca"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/reworkcss/css/issues"
  39. },
  40. "dependencies": {
  41. "inherits": "^2.0.1",
  42. "source-map": "^0.1.38",
  43. "source-map-resolve": "^0.3.0",
  44. "urix": "^0.1.0"
  45. },
  46. "description": "CSS parser / stringifier",
  47. "devDependencies": {
  48. "bytes": "^1.0.0",
  49. "matcha": "^0.5.0",
  50. "mocha": "^1.21.3",
  51. "should": "^4.0.4"
  52. },
  53. "files": [
  54. "index.js",
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/reworkcss/css#readme",
  58. "keywords": [
  59. "css",
  60. "parser",
  61. "stringifier",
  62. "stylesheet"
  63. ],
  64. "license": "MIT",
  65. "main": "index",
  66. "name": "css",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/reworkcss/css.git"
  70. },
  71. "scripts": {
  72. "benchmark": "matcha",
  73. "test": "mocha --require should --reporter spec --bail test/*.js"
  74. },
  75. "version": "2.2.1"
  76. }