install gulp
This commit is contained in:
+102
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"gulp-sourcemaps@2.6.4",
|
||||
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
|
||||
]
|
||||
],
|
||||
"_from": "gulp-sourcemaps@2.6.4",
|
||||
"_id": "gulp-sourcemaps@2.6.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-y7IAhFCxvM5s0jv5gze+dRv24wo=",
|
||||
"_location": "/gulp-sourcemaps",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gulp-sourcemaps@2.6.4",
|
||||
"name": "gulp-sourcemaps",
|
||||
"escapedName": "gulp-sourcemaps",
|
||||
"rawSpec": "2.6.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.6.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.6.4.tgz",
|
||||
"_spec": "2.6.4",
|
||||
"_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
|
||||
"author": {
|
||||
"name": "Florian Reiterer",
|
||||
"email": "me@florianreiterer.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gulp-sourcemaps/gulp-sourcemaps/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gulp-sourcemaps/identity-map": "1.X",
|
||||
"@gulp-sourcemaps/map-sources": "1.X",
|
||||
"acorn": "5.X",
|
||||
"convert-source-map": "1.X",
|
||||
"css": "2.X",
|
||||
"debug-fabulous": "1.X",
|
||||
"detect-newline": "2.X",
|
||||
"graceful-fs": "4.X",
|
||||
"source-map": "~0.6.0",
|
||||
"strip-bom-string": "1.X",
|
||||
"through2": "2.X"
|
||||
},
|
||||
"description": "Source map support for Gulp.js",
|
||||
"devDependencies": {
|
||||
"bootstrap": "3.3.7",
|
||||
"coveralls": "2.X",
|
||||
"faucet": "0.0.X",
|
||||
"gulp": "3.X",
|
||||
"gulp-concat": "2.X",
|
||||
"gulp-if": "2.X",
|
||||
"gulp-less": "3.X",
|
||||
"gulp-load-plugins": "1.X",
|
||||
"hook-std": "0.2.X",
|
||||
"http-server": "0.10.X",
|
||||
"istanbul": "0.X",
|
||||
"jshint": "2.X",
|
||||
"lodash": "4.X",
|
||||
"mississippi": "1.X",
|
||||
"object-assign": "4.X",
|
||||
"tape": "4.X",
|
||||
"vinyl": "2.X",
|
||||
"yargs": "7.X"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"src"
|
||||
],
|
||||
"homepage": "http://github.com/gulp-sourcemaps/gulp-sourcemaps",
|
||||
"keywords": [
|
||||
"gulpplugin",
|
||||
"gulp",
|
||||
"source maps",
|
||||
"sourcemaps"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "gulp-sourcemaps",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gulp-sourcemaps/gulp-sourcemaps.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "istanbul cover --dir reports/coverage tape \"test/*.js\"",
|
||||
"coveralls": "istanbul cover tape \"test/*.js\" --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
||||
"lint": "jshint ./src/**/*.js ./test/*.js",
|
||||
"serve": "http-server",
|
||||
"tape": "tape",
|
||||
"test": "npm run lint && faucet test/*.js $@",
|
||||
"test:int": "rm -rf ./tmp && tape ./test/integration.js"
|
||||
},
|
||||
"version": "2.6.4"
|
||||
}
|
||||
Reference in New Issue
Block a user