package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "cssesc@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssesc@2.0.0",
  10. "_id": "cssesc@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OxO9G7HLNuG8taTc0n9UxdyzVwM=",
  13. "_location": "/cssesc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssesc@2.0.0",
  19. "name": "cssesc",
  20. "escapedName": "cssesc",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-selector-parser"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/cssesc/download/cssesc-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Mathias Bynens",
  33. "url": "https://mathiasbynens.be/"
  34. },
  35. "bin": {
  36. "cssesc": "bin/cssesc"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mathiasbynens/cssesc/issues"
  40. },
  41. "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
  42. "devDependencies": {
  43. "babel-cli": "^6.26.0",
  44. "babel-preset-env": "^1.6.1",
  45. "codecov": "^1.0.1",
  46. "grunt": "^1.0.1",
  47. "grunt-template": "^1.0.0",
  48. "istanbul": "^0.4.4",
  49. "mocha": "^2.5.3",
  50. "regenerate": "^1.2.1",
  51. "requirejs": "^2.1.16"
  52. },
  53. "engines": {
  54. "node": ">=4"
  55. },
  56. "files": [
  57. "LICENSE-MIT.txt",
  58. "cssesc.js",
  59. "bin/",
  60. "man/"
  61. ],
  62. "homepage": "https://mths.be/cssesc",
  63. "keywords": [
  64. "css",
  65. "escape",
  66. "identifier",
  67. "string",
  68. "tool"
  69. ],
  70. "license": "MIT",
  71. "main": "cssesc.js",
  72. "man": [
  73. "man/cssesc.1"
  74. ],
  75. "name": "cssesc",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/mathiasbynens/cssesc.git"
  79. },
  80. "scripts": {
  81. "build": "grunt template && babel cssesc.js -o cssesc.js",
  82. "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
  83. "test": "mocha tests"
  84. },
  85. "version": "2.0.0"
  86. }