معرفی شرکت ها


bundle-dependencies-1.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generates bundledDependencies package.json value using values of the dependencies property.
ویژگی مقدار
سیستم عامل -
نام فایل bundle-dependencies-1.0.2
نام bundle-dependencies
نسخه کتابخانه 1.0.2
نگهدارنده ['gajus']
ایمیل نگهدارنده ['gajus@gajus.com']
نویسنده Gajus Kuizinas
ایمیل نویسنده gajus@gajus.com
آدرس صفحه اصلی git+https://github.com/gajus/bundle-dependencies.git
آدرس اینترنتی https://github.com/gajus/bundle-dependencies#readme
مجوز BSD-3-Clause
# bundle-dependencies [![NPM version](http://img.shields.io/npm/v/bundle-dependencies.svg?style=flat-square)](https://www.npmjs.org/package/bundle-dependencies) [![Travis build status](http://img.shields.io/travis/gajus/bundle-dependencies/master.svg?style=flat-square)](https://travis-ci.org/gajus/bundle-dependencies) [![js-canonical-style](https://img.shields.io/badge/code%20style-canonical-blue.svg?style=flat-square)](https://github.com/gajus/canonical) Generates [`bundledDependencies`](https://docs.npmjs.com/files/package.json#bundleddependencies) `package.json` value using values of the dependencies property. Updates `package.json` definition using the generated `bundledDependencies` value. ## Install ```sh npm install bundle-dependencies ``` Add to `package.json`: ```json { "scripts": { "bundle-dependencies": "bundle-dependencies" } } ``` ## Options ```sh bundle-dependencies --help ``` ``` Commands: list-bundled-dependencies Lists names of bundled dependencies. update Updates package.json bundledDependencies definition. Options: --help Show help [boolean] ``` ```sh bundle-dependencies update --help ``` ``` Options: --help Show help [boolean] --exclude A space-separated list of dependencies not to include in the bundledDependencies definition. [array] [default: []] ``` ## Usage To simply update `bundledDependencies` of the `package.json` in the current working directory, execute the script: ```sh npm run bundle-dependencies update ``` ## Publishing When publishing a package using `bundledDependencies` property, make sure that your `nodu_modules/` directory includes only bundled dependencies, i.e. the module must be install using `npm install --production [list of bundled dependencies]`. Use this script to do it: ```json { "bundle-publish": "npm run bundle-dependencies update; git commit -m 'Bundled dependencies.' ./package.json; git push; rm -fr ./node_modules; npm install --production $(bundle-dependencies list-bundled-dependencies); npm dedupe; npm prune; npm publish; npm install;" } ```


نیازمندی

مقدار نام
^4.1.0 yargs


زبان مورد نیاز

مقدار نام
5.6.0 Npm


نحوه نصب


نصب پکیج tgz bundle-dependencies-1.0.2:

    npm install bundle-dependencies-1.0.2.tgz