Skip to content

Instantly share code, notes, and snippets.

@ncoden
Created September 11, 2018 21:13
Show Gist options
  • Save ncoden/ef795d15895da53f511f38e16d9ffe82 to your computer and use it in GitHub Desktop.
Save ncoden/ef795d15895da53f511f38e16d9ffe82 to your computer and use it in GitHub Desktop.
---
0 debug pnpm:package-json:
initial:
name: "foundation-sites"
version: "6.4.3"
main: "dist/js/foundation.js"
module: "js/foundation.js"
jsnext:main: "js/foundation.js"
typings: "dist/js/foundation.d.ts"
sideEffects: false
description: "The most advanced responsive front-end framework in the world."
author:
name: "ZURB"
email: "foundation@zurb.com"
url: "http://foundation.zurb.com"
homepage: "http://foundation.zurb.com/sites"
scripts:
start: "gulp"
test: "npm run test:sass && npm run test:javascript:units"
test:ci: "npm run test:sass && npm run test:javascript:ci"
test:sass: "mocha test/sass/test_sass.js --colors"
test:javascript:transpile: "gulp sass:foundation --color && gulp test:transpile-js --color"
test:javascript:units: "npm run test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -f test/javascript/index.html"
test:javascript:browserstack: "npm run test:javascript:transpile && browserstack-runner"
test:javascript:ci: "npm run test:javascript:transpile && mocha-headless-chrome -a ignore-resource-errors -a no-sandbox -f test/javascript/index.html && browserstack-runner"
test:visual: "gulp test --color"
lockdeps: "npm i && rimraf yarn.lock && yarn import && rimraf shrinkwrap.yaml && pnpm import"
relockdeps: "rimraf package-lock.json && npm run lockdeps"
deploy: "gulp deploy --color"
deploy:prep: "gulp deploy:prep --color"
deploy:docs: "gulp deploy:docs --color"
deploy:beta: "gulp deploy:beta --color"
peerDependencies:
jquery: ">=2.2.0"
what-input: ">=4.1.0"
license: "MIT"
devDependencies:
@babel/core: "^7.0.0"
@babel/preset-env: "^7.0.0"
@commitlint/cli: "^7.0.0"
@commitlint/config-conventional: "^7.0.1"
array-uniq: "^2.0.0"
autoprefixer: "^9.0.1"
babel-loader: "^8.0.2"
browser-sync: "^2.18.12"
browserstack-runner: "^0.9.0"
chai: "^4.1.2"
chai-jquery: "^2.0.0"
chalk: "^2.3.2"
clipboard: "^2.0.0"
corejs-typeahead: "^1.1.1"
cz-conventional-changelog: "^2.1.0"
doiuse: "^4.1.0"
foundation-docs: "git+https://github.com/zurb/foundation-docs.git#7a978ff933086df4826285ea60301937a7e81aad"
gulp: "^4.0.0"
gulp-add-src: "^1.0.0"
gulp-babel: "^8.0.0"
gulp-cache-bust: "^1.3.0"
gulp-check-deps: "^1.4.1"
gulp-clean-css: "^3.4.1"
gulp-concat: "^2.4.3"
gulp-eslint: "^5.0.0"
gulp-filter: "^5.1.0"
gulp-if: "^2.0.0"
gulp-load-plugins: "^1.5.0"
gulp-newer: "^1.1.0"
gulp-plumber: "^1.0.1"
gulp-postcss: "^8.0.0"
gulp-prompt: "^1.0.1"
gulp-rename: "^1.2.2"
gulp-replace: "^1.0.0"
gulp-rsync: "0.0.8"
gulp-sass: "^4.0.1"
gulp-sass-lint: "^1.3.2"
gulp-sourcemaps: "^2.6.4"
gulp-uglify: "^3.0.0"
gulp-zip: "^4.1.0"
husky: "^1.0.0-rc.2"
inquirer: "^6.0.0"
is-empty-object: "^1.1.1"
jquery: "^3.3.1"
js-yaml: "^3.8.4"
mocha: "^5.0.5"
mocha-headless-chrome: "^2.0.0"
motion-ui: "^2.0.2"
multiline: "^1.0.2"
octophant: "^1.0.0"
panini: "^1.6.2"
parker: "^1.0.0-alpha.0"
prettyjson: "^1.1.3"
require-dir: "^1.0.0"
rimraf: "^2.6.1"
run-sequence: "^2.2.1"
sass-true: "^4.0.0"
sassy-lists: "^3.0.1"
sinon: "^6.0.0"
supercollider: "^1.4.4"
touch: "^3.1.0"
undertaker-forward-reference: "^1.0.2"
util-deprecate: "^1.0.2"
vinyl: "^2.0.2"
vinyl-named: "^1.1.0"
webpack: "^4.5.0"
webpack-stream: "^5.0.0"
what-input: ">=4.1.0"
yargs: "^12.0.1"
engines:
node: ">=6.4.0"
npm: ">=2.14.2"
repository:
type: "git"
url: "git+https://github.com/zurb/foundation-sites.git"
bugs:
url: "https://github.com/zurb/foundation-sites/issues"
email: "foundation@zurb.com"
keywords:
- "eyeglass-module"
- "handlebars-helper-rel"
- "handlebars-helper-slugify"
eyeglass:
name: "foundation"
sassDir: "scss"
needs: ">=0.8.0"
exports: false
jspm:
main: "dist/js/foundation.js"
format: "global"
shim:
dist/js/foundation:
deps:
- "jquery"
browserify:
transform:
-
- "babelify"
-
presets:
- "@babel/preset-env"
config:
commitizen:
path: "./node_modules/cz-conventional-changelog"
readme: "<p align=\"center\">\n <a href=\"http://foundation.zurb.com/\">\n <img src=\"https://user-images.githubusercontent.com/9939075/38782856-2a64a43e-40fa-11e8-89cd-e873af03b3c4.png\" alt=\"Foundation for Sites 6\" width=\"448px\" style=\"max-width:100%;\"/>\n </a>\n</p>\n \n \n\n\n<p align=\"center\">\n <a href=\"https://foundation.zurb.com/sites/docs/installation.html\"><b>Install</b></a>\n | <a href=\"https://foundation.zurb.com/sites/docs\">Documentation</a>\n | <a href=\"https://github.com/zurb/foundation-sites/releases\">Releases</a>\n | <a href=\"CONTRIBUTING.md\">Contributing</a>\n</p>\n\n---\n\n\n[![Build Status](https://travis-ci.org/zurb/foundation-sites.svg?branch=develop)](https://travis-ci.org/zurb/foundation-sites)\n[![dependencies Status](https://david-dm.org/zurb/foundation-sites/status.svg)](https://david-dm.org/zurb/foundation-sites)\n[![devDependencies Status](https://david-dm.org/zurb/foundation-sites/dev-status.svg)](https://david-dm.org/zurb/foundation-sites?type=dev)\n[![npm version](https://badge.fury.io/js/foundation-sites.svg)](https://badge.fury.io/js/foundation-sites)\n[![Bower version](https://badge.fury.io/bo/foundation-sites.svg)](https://badge.fury.io/bo/foundation-sites)\n[![Gem Version](https://badge.fury.io/rb/foundation-rails.svg)](https://badge.fury.io/rb/foundation-rails)\n[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/foundation-sites/badge?style=rounded)](https://www.jsdelivr.com/package/npm/foundation-sites)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/zurb/foundation-sites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n\nFoundation is the most advanced responsive front-end framework in the world. Quickly go from prototype to production, building sites or apps that work on any kind of device with Foundation. Includes a fully customizable, responsive grid, a large library of Sass mixins, commonly used JavaScript plugins, and full accessibility support.\n\n---\n\n## Run locally\n\n### Documentation\n\nTo run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **6.4.0** or higher). Run these commands to set up the documentation:\n\n```bash\n# Install\ngit clone https://github.com/zurb/foundation-sites\ncd foundation-sites\nnpm install\n\n# Start the documentation\nnpm start\n```\n\n### Testing\n\nFoundation has three kinds of tests: JavaScript, Sass, and visual regression. Refer to our [testing guide](https://github.com/zurb/foundation-sites/wiki/Testing-Guide) for more details.\n\nRun tests with:\n```bash\n# Sass unit tests\nnpm run test:sass\n# JavaScript unit tests\nnpm run test:javascript:units\n# Visual tests\nnpm run test:visual\n```\n\nTesting Supported By<br/>\n<img width=\"160\" src=\"http://foundation.zurb.com/sites/docs/assets/img/logos/browser-stack.svg\" alt=\"BrowserStack\"/>\n\n## Contributing\n\nCheck out [CONTRIBUTING.md](CONTRIBUTING.md) to see how to report an issue or submit a bug fix or a new feature, and our [contributing guide](http://foundation.zurb.com/develop/contribute.html) to learn how you can contribute more globally to Foundation. You can also browse the [Help Wanted](https://github.com/zurb/foundation-sites/labels/help%20wanted) tag in our issue tracker to find things to do.\n\n## Training\n\nWant the guided tour to Foundation from the team that built it? The ZURB team offers comprehensive training courses for developers of all skill levels. If you're new to Foundation, check out the [Introduction to Foundation Course](http://zurb.com/university/foundation-intro?utm_source=Github%20Repo&utm_medium=website&utm_campaign=readme&utm_content=readme%20training%20link) to kickstart your skills, amplify your productivity, and get a comprehensive overview of everything Foundation has to offer. More advanced users should check out the [Advanced Foundation Course](http://zurb.com/university/advanced-foundation-training?utm_source=Github%20Repo&utm_medium=website&utm_campaign=readme&utm_content=readme%20training%20link) to learn the Advanced skills that ZURB uses to deliver quality client work in short timeframes.\n\nCopyright (c) 2018 ZURB, Inc.\n"
readmeFilename: "README.md"
gitHead: "bfaecd2f96b45d9d1a8acc82a4170b89bb7e6fb0"
_id: "foundation-sites@6.4.3"
prefix: "/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites"
1 warn pnpm:
message: "Moving @babel/core that was installed by a different package manager to \"node_modules/.ignored"
prefix: "/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites"
2 error pnpm:
message:
errno: -66
code: "ENOTEMPTY"
syscall: "rename"
path: "/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/node_modules/@babel/core"
dest: "/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/node_modules/.ignored/@babel/core"
err:
name: "Error"
message: "ENOTEMPTY: directory not empty, rename '/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/node_modules/@babel/core' -> '/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/node_modules/.ignored/@babel/core'"
code: "ENOTEMPTY"
stack: "Error: ENOTEMPTY: directory not empty, rename '/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/node_modules/@babel/core' -> '/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/node_modules/.ignored/@babel/core'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment