package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "@gulp-sourcemaps/identity-map@1.0.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "@gulp-sourcemaps/identity-map@1.0.1",
  9. "_id": "@gulp-sourcemaps/identity-map@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-z6I7xYQPkQTOMqZedNt+epdLvuE=",
  12. "_location": "/@gulp-sourcemaps/identity-map",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@gulp-sourcemaps/identity-map@1.0.1",
  18. "name": "@gulp-sourcemaps/identity-map",
  19. "escapedName": "@gulp-sourcemaps%2fidentity-map",
  20. "scope": "@gulp-sourcemaps",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/gulp-sourcemaps"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Gulp-sourcemaps Team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gulp-sourcemaps/identity-map/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Blaine Bublitz",
  40. "email": "blaine.bublitz@gmail.com"
  41. }
  42. ],
  43. "dependencies": {
  44. "acorn": "^5.0.3",
  45. "css": "^2.2.1",
  46. "normalize-path": "^2.1.1",
  47. "source-map": "^0.5.6",
  48. "through2": "^2.0.3"
  49. },
  50. "description": "Gulp plugin for generating an identity sourcemap for a file.",
  51. "devDependencies": {
  52. "eslint": "^1.7.3",
  53. "eslint-config-gulp": "^2.0.0",
  54. "expect": "^1.19.0",
  55. "istanbul": "^0.4.3",
  56. "istanbul-coveralls": "^1.0.3",
  57. "jscs": "^2.3.5",
  58. "jscs-preset-gulp": "^1.0.0",
  59. "mississippi": "^1.3.0",
  60. "mocha": "^2.4.5",
  61. "vinyl": "^2.0.1"
  62. },
  63. "engines": {
  64. "node": ">= 0.10"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "index.js",
  69. "lib"
  70. ],
  71. "homepage": "https://github.com/gulp-sourcemaps/identity-map#readme",
  72. "keywords": [
  73. "sourcemap",
  74. "identity",
  75. "generate",
  76. "stream"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "@gulp-sourcemaps/identity-map",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/gulp-sourcemaps/identity-map.git"
  84. },
  85. "scripts": {
  86. "cover": "istanbul cover _mocha --report lcovonly",
  87. "coveralls": "npm run cover && istanbul-coveralls",
  88. "lint": "eslint . && jscs index.js test/index.js lib/",
  89. "pretest": "npm run lint",
  90. "test": "mocha --async-only"
  91. },
  92. "version": "1.0.1"
  93. }