Source-Makefile: feeds/packages/lang/node/Makefile
Build-Depends: python/host
Build-Depends/host: python/host
Build-Types: host

Package: node
Submenu: Node.js
Version: v8.10.0-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) +libstdcpp +libopenssl +zlib +USE_UCLIBC:libpthread +USE_UCLIBC:librt +NODEJS_ICU:icu
Conflicts: 
Menu-Depends: 
Provides: 
Section: lang
Category: Languages
Repository: base
Title: Node.js is a platform built on Chrome's JavaScript runtime
Maintainer: John Crispin <blogic@openwrt.org>, Adrian Panella <ianchi74@outlook.com>
Source: node-v8.10.0.tar.xz
License: MIT
LicenseFiles: LICENSE
Type: ipkg
Description:   Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses
  an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js'
   package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
http://nodejs.org/
John Crispin <blogic@openwrt.org>, Adrian Panella <ianchi74@outlook.com>
@@
Config:
	menu "Module Selection"

	config NODEJS_ICU
		bool "enable i18n features"
		default n

	endmenu
@@

Package: node-npm
Submenu: Node.js
Version: v8.10.0-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node
Conflicts: 
Menu-Depends: 
Provides: 
Section: lang
Category: Languages
Repository: base
Title: NPM stands for Node Package Manager
Maintainer: John Crispin <blogic@openwrt.org>, Adrian Panella <ianchi74@outlook.com>
Source: node-v8.10.0.tar.xz
License: MIT
LicenseFiles: LICENSE
Type: ipkg
Description: 	NPM is the package manager for NodeJS
http://npmjs.com/
John Crispin <blogic@openwrt.org>, Adrian Panella <ianchi74@outlook.com>
@@


