package.json 1.6 KB

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