package.json 2.5 KB

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