12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_args": [
- [
- "@gulp-sourcemaps/map-sources@1.0.0",
- "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
- ]
- ],
- "_from": "@gulp-sourcemaps/map-sources@1.0.0",
- "_id": "@gulp-sourcemaps/map-sources@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-iQrnxdjId/bThIYCFazp1+yUW9o=",
- "_location": "/@gulp-sourcemaps/map-sources",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@gulp-sourcemaps/map-sources@1.0.0",
- "name": "@gulp-sourcemaps/map-sources",
- "escapedName": "@gulp-sourcemaps%2fmap-sources",
- "scope": "@gulp-sourcemaps",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/gulp-sourcemaps"
- ],
- "_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "Gulp-sourcemaps Team"
- },
- "bugs": {
- "url": "https://github.com/gulp-sourcemaps/map-sources/issues"
- },
- "contributors": [
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- }
- ],
- "dependencies": {
- "normalize-path": "^2.0.1",
- "through2": "^2.0.3"
- },
- "description": "Gulp plugin for mapping sources of a sourcemap.",
- "devDependencies": {
- "eslint": "^1.7.3",
- "eslint-config-gulp": "^2.0.0",
- "expect": "^1.19.0",
- "istanbul": "^0.4.3",
- "istanbul-coveralls": "^1.0.3",
- "jscs": "^2.3.5",
- "jscs-preset-gulp": "^1.0.0",
- "mississippi": "^1.3.0",
- "mocha": "^2.4.5",
- "vinyl": "^2.0.1"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "LICENSE",
- "index.js"
- ],
- "homepage": "https://github.com/gulp-sourcemaps/map-sources#readme",
- "keywords": [
- "sourcemap",
- "sources",
- "stream"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "@gulp-sourcemaps/map-sources",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulp-sourcemaps/map-sources.git"
- },
- "scripts": {
- "cover": "istanbul cover _mocha --report lcovonly",
- "coveralls": "npm run cover && istanbul-coveralls",
- "lint": "eslint . && jscs index.js test/",
- "pretest": "npm run lint",
- "test": "mocha --async-only"
- },
- "version": "1.0.0"
- }
|