package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "icss-replace-symbols@1.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "icss-replace-symbols@1.1.0",
  9. "_id": "icss-replace-symbols@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=",
  12. "_location": "/icss-replace-symbols",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "icss-replace-symbols@1.1.0",
  18. "name": "icss-replace-symbols",
  19. "escapedName": "icss-replace-symbols",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-modules-values"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Glen Maddern"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/css-modules/icss-replace-symbols/issues"
  35. },
  36. "description": "Replacing symbols during the linking phase of ICSS",
  37. "devDependencies": {
  38. "babel-cli": "^6.18.0",
  39. "babel-preset-es2015": "^6.18.0",
  40. "babel-register": "^6.18.0",
  41. "chokidar": "^1.3.0",
  42. "mocha": "^3.1.2",
  43. "postcss": "^6.0.1",
  44. "standard": "^8.4.0"
  45. },
  46. "homepage": "https://github.com/css-modules/icss-replace-symbols#readme",
  47. "keywords": [
  48. "css",
  49. "modules",
  50. "icss",
  51. "postcss"
  52. ],
  53. "license": "ISC",
  54. "main": "lib/index.js",
  55. "name": "icss-replace-symbols",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/css-modules/icss-replace-symbols.git"
  59. },
  60. "scripts": {
  61. "autotest": "chokidar src test -c 'npm test'",
  62. "build": "babel --out-dir lib src",
  63. "lint": "standard src test",
  64. "posttest": "npm run lint && npm run build",
  65. "prepublish": "npm run build",
  66. "test": "mocha --compilers js:babel-register",
  67. "travis": "npm run test"
  68. },
  69. "version": "1.1.0"
  70. }