123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "@gulp-sourcemaps/identity-map@1.0.1",
- "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
- ]
- ],
- "_from": "@gulp-sourcemaps/identity-map@1.0.1",
- "_id": "@gulp-sourcemaps/identity-map@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-z6I7xYQPkQTOMqZedNt+epdLvuE=",
- "_location": "/@gulp-sourcemaps/identity-map",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@gulp-sourcemaps/identity-map@1.0.1",
- "name": "@gulp-sourcemaps/identity-map",
- "escapedName": "@gulp-sourcemaps%2fidentity-map",
- "scope": "@gulp-sourcemaps",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/gulp-sourcemaps"
- ],
- "_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "Gulp-sourcemaps Team"
- },
- "bugs": {
- "url": "https://github.com/gulp-sourcemaps/identity-map/issues"
- },
- "contributors": [
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- }
- ],
- "dependencies": {
- "acorn": "^5.0.3",
- "css": "^2.2.1",
- "normalize-path": "^2.1.1",
- "source-map": "^0.5.6",
- "through2": "^2.0.3"
- },
- "description": "Gulp plugin for generating an identity sourcemap for a file.",
- "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",
- "lib"
- ],
- "homepage": "https://github.com/gulp-sourcemaps/identity-map#readme",
- "keywords": [
- "sourcemap",
- "identity",
- "generate",
- "stream"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "@gulp-sourcemaps/identity-map",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulp-sourcemaps/identity-map.git"
- },
- "scripts": {
- "cover": "istanbul cover _mocha --report lcovonly",
- "coveralls": "npm run cover && istanbul-coveralls",
- "lint": "eslint . && jscs index.js test/index.js lib/",
- "pretest": "npm run lint",
- "test": "mocha --async-only"
- },
- "version": "1.0.1"
- }
|